new-dev
胡锐 1 year ago committed by Sum1Dream
parent abab828373
commit bce6875b89
  1. 1
      hai-order/src/main/java/com/web/controller/OrderPayController.java

@ -589,6 +589,7 @@ public class OrderPayController {
payParam.put("subject" , orderTitle); payParam.put("subject" , orderTitle);
payParam.put("userId" , body.getString("userId")); payParam.put("userId" , body.getString("userId"));
SortedMap<Object, Object> sortedMap = huiConfig.preorder(payParam, payPlatformKey, payPlatformMerNo); SortedMap<Object, Object> sortedMap = huiConfig.preorder(payParam, payPlatformKey, payPlatformMerNo);
order.setAccountMerchantNum(payPlatformMerNo); order.setAccountMerchantNum(payPlatformMerNo);
order.setProfitSharingStatus(false); order.setProfitSharingStatus(false);

Loading…
Cancel
Save