|
|
|
@@ -235,7 +235,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ |
|
|
|
jo.put("account",receiver.getReceiverAccount()); |
|
|
|
jo.put("amount", sellerAmount); |
|
|
|
jo.put("merchantId",receiver.getMerchantId()); |
|
|
|
jo.put("receiverId",receiver.getId()); |
|
|
|
jo.put("description",receiver.getId()); |
|
|
|
receivers.add(jo); |
|
|
|
} |
|
|
|
} |
|
|
|
@@ -257,7 +257,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ |
|
|
|
jo.put("account",receiver.getReceiverAccount()); |
|
|
|
jo.put("amount", sellerAmount); |
|
|
|
jo.put("merchantId",receiver.getMerchantId()); |
|
|
|
jo.put("receiverId",receiver.getId()); |
|
|
|
jo.put("description",receiver.getId()); |
|
|
|
receivers.add(jo); |
|
|
|
} |
|
|
|
} |
|
|
|
@@ -281,7 +281,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ |
|
|
|
jo.put("account",receiver.getReceiverAccount()); |
|
|
|
jo.put("amount", sellerAmount); |
|
|
|
jo.put("merchantId",receiver.getMerchantId()); |
|
|
|
jo.put("receiverId",receiver.getId()); |
|
|
|
jo.put("description",receiver.getId()); |
|
|
|
receivers.add(jo); |
|
|
|
} |
|
|
|
} |
|
|
|
@@ -302,7 +302,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ |
|
|
|
jo.put("account",receiver.getReceiverAccount()); |
|
|
|
jo.put("amount", shareAmount); |
|
|
|
jo.put("merchantId",receiver.getMerchantId()); |
|
|
|
jo.put("receiverId",receiver.getId()); |
|
|
|
jo.put("description",receiver.getId()); |
|
|
|
receivers.add(jo); |
|
|
|
} |
|
|
|
|
|
|
|
@@ -343,7 +343,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ |
|
|
|
jo.put("account",receiver.getReceiverAccount()); |
|
|
|
jo.put("amount", shareAmount); |
|
|
|
jo.put("merchantId",receiver.getMerchantId()); |
|
|
|
jo.put("receiverId",receiver.getId()); |
|
|
|
jo.put("description",receiver.getId()); |
|
|
|
receivers.add(jo); |
|
|
|
} |
|
|
|
try{ |
|
|
|
@@ -356,7 +356,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ |
|
|
|
result.updateTenantInfo(sharingOrder); |
|
|
|
result.setMerchantId(Long.valueOf(o.getString("merchantId"))); |
|
|
|
result.setSharingOrderId(sharingOrder.getId()); |
|
|
|
result.setSharingReceiverId(Long.valueOf(o.getString("receiverId"))); |
|
|
|
result.setSharingReceiverId(Long.valueOf(o.getString("description"))); |
|
|
|
result.setPayAmount(o.getInteger("amount")); |
|
|
|
result.setCreateTime(currentDate); |
|
|
|
result.setUpdateTime(currentDate); |
|
|
|
|