From 47c852f11b5c319be1214a82009a8e348ce13357 Mon Sep 17 00:00:00 2001 From: xhxu Date: Fri, 24 Feb 2023 14:48:59 +0800 Subject: [PATCH] //sharing --- .../domain/vo/WxProfitSharingOrderDetailsVo.java | 10 +++++----- .../resources/mapper/WxProfitSharingOrderMapper.xml | 10 +--------- 2 files changed, 6 insertions(+), 14 deletions(-) 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 @@ - - - - - -