修改退款反还耗材功能

This commit is contained in:
牛叉闪闪
2024-07-30 18:36:59 +08:00
parent 00ea7079d7
commit ed516fbcf7

View File

@@ -987,7 +987,7 @@ public class PayService {
//修改耗材数据
JSONObject jsonObject1=new JSONObject();
jsonObject1.put("orderId",orderInfo.getId());
jsonObject1.put("orderId",newOrderInfo.getId());
jsonObject1.put("type","delete");
producer.cons(jsonObject1.toString());