|
@@ -146,7 +146,7 @@ public class WeChatProfitSharingService {
|
|
|
ProfitSharingRequest profitSharingRequest = new ProfitSharingRequest();
|
|
|
profitSharingRequest
|
|
|
.setAppid(WechatConstants.WECHAT_SP_APPID)
|
|
|
- .setSub_mchid(partyFunding.get(0).getMchId())
|
|
|
+ .setSub_mchid(receiverRecords.get(0).getMchId())
|
|
|
.setTransaction_id(appOrder.getTransactionId())
|
|
|
.setOut_order_no(appProfitSharingRecords.getProfitSharingNo())
|
|
|
.setReceivers(receivers)
|