Browse Source

BUG修复

Signed-off-by: anderx <312518615@qq.com>
anderx 5 years ago
parent
commit
cbf436e763
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/kede/common/mapper/CustomerCaseMapper.xml

+ 1 - 1
src/main/java/com/kede/common/mapper/CustomerCaseMapper.xml

@@ -394,7 +394,7 @@
     <if test="c.region!=null">
     <if test="c.region!=null">
     and region = #{c.region}
     and region = #{c.region}
     </if>
     </if>
-    order by release_status desc,status desc,id desc
+    order by release_status desc,sort desc,id desc
      <if test="page_sql!=null">
      <if test="page_sql!=null">
 			${page_sql}
 			${page_sql}
 	</if>
 	</if>