|
@@ -150,16 +150,9 @@ public class StudentPaymentOrderServiceImpl extends BaseServiceImpl<Long, Studen
|
|
|
String baseApiUrl = sysConfigDao.findConfigValue("base_api_url");
|
|
|
|
|
|
if (cashAmount.compareTo(BigDecimal.ZERO) == 0) {
|
|
|
- studentPaymentOrder.setStatus(DealStatusEnum.SUCCESS);
|
|
|
- studentPaymentOrder.setRoutingOrganId(studentPaymentOrder.getOrganId());
|
|
|
- studentPaymentOrder.setUpdateTime(date);
|
|
|
- studentPaymentOrder.setPayTime(date);
|
|
|
- update(studentPaymentOrder);
|
|
|
|
|
|
studentPaymentRouteOrderService.addRouteOrder(studentPaymentOrder.getOrderNo(), studentPaymentOrder.getOrganId(), balance);
|
|
|
|
|
|
- callOrderCallBack(studentPaymentOrder);
|
|
|
-
|
|
|
Map<String, String> notifyMap = new HashMap<>(4);
|
|
|
notifyMap.put("tradeState", "1");
|
|
|
notifyMap.put("merOrderNo", studentPaymentOrder.getOrderNo());
|