瀏覽代碼

[分账][修复]:保存分账接收者信息

release_toaliyun_real
hupeng 7 年之前
父節點
當前提交
baf9c3b70a
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxProfitSharingOrderServiceImpl.java

+ 3
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxProfitSharingOrderServiceImpl.java 查看文件

@@ -227,6 +227,9 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ
psCmd.setSign_type("HMAC-SHA256");
psCmd.setReceivers(receivers.toJSONString());

record.setReceivers(receivers.toJSONString());
wxProfitSharingOrderMapper.updateByPrimaryKey(record);
String response;
try {
psCmd.setSign(WxPayment.createSignHMAC(BeanUtils.toStringMap(psCmd), payAccount.getApiKey()));


Loading…
取消
儲存