From fe998331d35d92edd5b3175026e813e5dc174576 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Tue, 18 Dec 2018 19:19:08 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=BE=AE=E4=BF=A1=E5=88=86=E8=B4=A6][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]:=E5=88=86=E8=B4=A6=E5=AE=8C=E7=BB=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iformall/service/impl/WxProfitSharingOrderServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 dc501ef42..d5487f5ca 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxProfitSharingOrderServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxProfitSharingOrderServiceImpl.java @@ -450,7 +450,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ psFCmd.setNonce_str(Utility.generate32UUID()); psFCmd.setTransaction_id(sharingOrderDto.getTransactionId()); psFCmd.setOut_order_no(record.getId().toString()); - psFCmd.setAmount(sharingOrderDto.getPayAmount()); + psFCmd.setAmount(sharingOrderDto.getShareAmount()); psFCmd.setDescription("分账已完结"); psFCmd.setSign_type("HMAC-SHA256");