|
@@ -156,6 +156,7 @@ public class StudentRepairServiceImpl extends BaseServiceImpl<Integer, StudentRe
|
|
|
notifyMap.put("channelType", channelType);
|
|
|
notifyMap.put("orderNo", "");
|
|
|
studentPaymentOrderService.updateOrder(notifyMap);
|
|
|
+ notifyMap.put("orderNo", orderNo);
|
|
|
return notifyMap;
|
|
|
}
|
|
|
|
|
@@ -308,6 +309,7 @@ public class StudentRepairServiceImpl extends BaseServiceImpl<Integer, StudentRe
|
|
|
notifyMap.put("channelType", channelType);
|
|
|
notifyMap.put("orderNo", "");
|
|
|
studentPaymentOrderService.updateOrder(notifyMap);
|
|
|
+ notifyMap.put("orderNo", orderNo);
|
|
|
return notifyMap;
|
|
|
}
|
|
|
|