diff --git a/mallinkService/src/main/java/com/iformall/domain/vo/WxProfitSharingOrderDetailsVo.java b/mallinkService/src/main/java/com/iformall/domain/vo/WxProfitSharingOrderDetailsVo.java index ee5689246..c0e9f5797 100644 --- a/mallinkService/src/main/java/com/iformall/domain/vo/WxProfitSharingOrderDetailsVo.java +++ b/mallinkService/src/main/java/com/iformall/domain/vo/WxProfitSharingOrderDetailsVo.java @@ -25,14 +25,14 @@ public class WxProfitSharingOrderDetailsVo extends TenantEntity { private String failedReason; private String description; private Long sharingReceiverId; - private Integer receiverType; +// private Integer receiverType; private String receiverAccount; - private String receiverComments; - private Integer sharingType; - private Integer status; +// private String receiverComments; +// private Integer sharingType; +// private Integer status; public String getReceiverAccount(){ - if(sharingReceiverId.equals(0l) && StringUtils.isNotBlank(this.description)){ + if(StringUtils.isNotBlank(this.description)){ JSONObject jsonObject = JSON.parseObject(this.description); if(jsonObject != null){ this.receiverAccount = jsonObject.getString("account"); diff --git a/mallinkService/src/main/resources/mapper/WxProfitSharingOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxProfitSharingOrderMapper.xml index 5733c25b6..3d3dca716 100644 --- a/mallinkService/src/main/resources/mapper/WxProfitSharingOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxProfitSharingOrderMapper.xml @@ -271,23 +271,15 @@ - - - - - -