修改退款反还耗材功能
This commit is contained in:
@@ -987,7 +987,7 @@ public class PayService {
|
|||||||
|
|
||||||
//修改耗材数据
|
//修改耗材数据
|
||||||
JSONObject jsonObject1=new JSONObject();
|
JSONObject jsonObject1=new JSONObject();
|
||||||
jsonObject1.put("orderId",orderInfo.getId());
|
jsonObject1.put("orderId",newOrderInfo.getId());
|
||||||
jsonObject1.put("type","delete");
|
jsonObject1.put("type","delete");
|
||||||
producer.cons(jsonObject1.toString());
|
producer.cons(jsonObject1.toString());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user