From b51bb9c6d7bca39d4d09428fac94eb8b211ae944 Mon Sep 17 00:00:00 2001 From: xhxu Date: Tue, 6 Sep 2022 18:53:58 +0800 Subject: [PATCH] =?UTF-8?q?//=20=E5=88=86=E8=B4=A6?= 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 45693cfab..320b1eef0 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxProfitSharingOrderServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxProfitSharingOrderServiceImpl.java @@ -265,7 +265,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ logger.info("记账失败"+sharingOrder.getId()); } - return new ResultData(shareResult.getData()); + return new ResultData(shareResult); }