|
|
@ -263,7 +263,7 @@ public class OrderController { |
|
|
|
SortedMap<Object, Object> sortedMap = wechatPayUtil.goWechatPay(weChatPayReqInfo,payMap); |
|
|
|
SortedMap<Object, Object> sortedMap = wechatPayUtil.goWechatPay(weChatPayReqInfo,payMap); |
|
|
|
|
|
|
|
|
|
|
|
order.setProfitSharingRatio(profitSharingRatio); |
|
|
|
order.setProfitSharingRatio(profitSharingRatio); |
|
|
|
order.setProfitSharingStatus(profitSharing.equals("y")?true:false); |
|
|
|
order.setProfitSharingStatus(profitSharing.equals("Y")?true:false); |
|
|
|
order.setAccountMerchantNum(weChatPayReqInfo.getSub_mch_id()); |
|
|
|
order.setAccountMerchantNum(weChatPayReqInfo.getSub_mch_id()); |
|
|
|
order.setExt1(weChatPayReqInfo.getSub_appid()); |
|
|
|
order.setExt1(weChatPayReqInfo.getSub_appid()); |
|
|
|
highOrderService.updateOrderDetail(order); |
|
|
|
highOrderService.updateOrderDetail(order); |
|
|
|