From baf9c3b70a970b2efa4740a99566395cad95dd9e Mon Sep 17 00:00:00 2001 From: hupeng Date: Tue, 18 Dec 2018 20:25:01 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=88=86=E8=B4=A6][=E4=BF=AE=E5=A4=8D]:?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E5=88=86=E8=B4=A6=E6=8E=A5=E6=94=B6=E8=80=85?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iformall/service/impl/WxProfitSharingOrderServiceImpl.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxProfitSharingOrderServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxProfitSharingOrderServiceImpl.java index c5616d16b..5f34dd8b0 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxProfitSharingOrderServiceImpl.java +++ b/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()));