Browse Source

客户资料维护排序改时间排序为名称

anderx 7 years ago
parent
commit
3590d25071
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

@@ -1723,7 +1723,7 @@
 			and a.accomplish_situation is not null
 			and a.credit_rating is not null
 			</if>
-		 order by a.create_time desc
+		 order by a.nickname desc
 		 <if test="page_sql != null">
     		${page_sql}
    		 </if>