From de6d979afeea8b06326d172eec3fce0929b76203 Mon Sep 17 00:00:00 2001 From: luozukai Date: Wed, 29 May 2019 16:05:35 +0800 Subject: [PATCH] =?UTF-8?q?[bug][=E4=BF=AE=E6=94=B9][1001665]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/iformall/domain/vo/WxProfitSharingOrderQueryVo.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mallinkService/src/main/java/com/iformall/domain/vo/WxProfitSharingOrderQueryVo.java b/mallinkService/src/main/java/com/iformall/domain/vo/WxProfitSharingOrderQueryVo.java index 9a50ddb25..5e560ec17 100644 --- a/mallinkService/src/main/java/com/iformall/domain/vo/WxProfitSharingOrderQueryVo.java +++ b/mallinkService/src/main/java/com/iformall/domain/vo/WxProfitSharingOrderQueryVo.java @@ -36,6 +36,11 @@ public class WxProfitSharingOrderQueryVo extends BaseEntity { @javax.persistence.Transient private Integer type; + @javax.persistence.Transient + private Integer payAmount; + @javax.persistence.Transient + private Date createTime; + @Override public String getSortColumns() { super.setSortColumns(this.sortColumns);