From 6ff10ae981b056aea74096c528c6e45f6d85a792 Mon Sep 17 00:00:00 2001 From: luozukai Date: Tue, 11 Jun 2019 17:22:19 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=A1=E6=89=B9=E6=B5=81][=E4=BF=AE?= =?UTF-8?q?=E6=94=B9][init]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/iformall/domain/po/WxFlowConfig.java | 4 ++-- .../src/main/resources/mapper/WxFlowConfigMapper.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mallinkService/src/main/java/com/iformall/domain/po/WxFlowConfig.java b/mallinkService/src/main/java/com/iformall/domain/po/WxFlowConfig.java index 00217a18b..c3ac7367c 100644 --- a/mallinkService/src/main/java/com/iformall/domain/po/WxFlowConfig.java +++ b/mallinkService/src/main/java/com/iformall/domain/po/WxFlowConfig.java @@ -31,8 +31,8 @@ public class WxFlowConfig extends BaseEntity { @io.swagger.annotations.ApiModelProperty(value="流程类型1合同审批2账单审批3终止合同4有价卷上架",name="type") private Integer type; - @io.swagger.annotations.ApiModelProperty(value="状态0启用 1停用",name="status") - private Integer status; + @io.swagger.annotations.ApiModelProperty(value="排序",name="sort") + private Integer sort; @io.swagger.annotations.ApiModelProperty(value="模板id",name="modelId") private Long modelId; diff --git a/mallinkService/src/main/resources/mapper/WxFlowConfigMapper.xml b/mallinkService/src/main/resources/mapper/WxFlowConfigMapper.xml index a06ccfe97..2f6edf12b 100644 --- a/mallinkService/src/main/resources/mapper/WxFlowConfigMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxFlowConfigMapper.xml @@ -8,7 +8,7 @@ - + @@ -26,7 +26,7 @@ and `name` like concat('%', #{name},'%') order by ${sortColumns} - order by id asc + order by sort asc