|
|
|
@@ -195,7 +195,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ |
|
|
|
JSONObject jo = new JSONObject(); |
|
|
|
jo.put("type",payShareAdapterService.getShareAccount(receiver.getReceiverType()).getMessage()); |
|
|
|
jo.put("account",receiver.getReceiverAccount()); |
|
|
|
jo.put("amount", receiver.getSharingAmount()); |
|
|
|
jo.put("amount", shareAmount); |
|
|
|
jo.put("merchantId",receiver.getMerchantId()); |
|
|
|
jo.put("description",receiver.getId().toString()); //为重试做准备 |
|
|
|
receivers.add(jo); |
|
|
|
@@ -242,7 +242,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ |
|
|
|
JSONObject jo = new JSONObject(); |
|
|
|
jo.put("type",payShareAdapterService.getShareAccount(receiver.getReceiverType()).getMessage()); |
|
|
|
jo.put("account",receiver.getReceiverAccount()); |
|
|
|
jo.put("amount", receiver.getSharingAmount()); |
|
|
|
jo.put("amount", shareAmount); |
|
|
|
jo.put("merchantId",receiver.getMerchantId()); |
|
|
|
jo.put("description",receiver.getId().toString()); |
|
|
|
receivers.add(jo); |
|
|
|
|