소스 검색

客户资料维护优先时间排序,再名字排序

anderx 7 년 전
부모
커밋
719ff94212
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.accomplish_situation is not null
 			and a.credit_rating is not null
 			and a.credit_rating is not null
 			</if>
 			</if>
-		 order by a.nickname desc
+		 order by a.create_time,a.nickname desc
 		 <if test="page_sql != null">
 		 <if test="page_sql != null">
     		${page_sql}
     		${page_sql}
    		 </if>
    		 </if>