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