Explorar o código

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

anderx %!s(int64=7) %!d(string=hai) anos
pai
achega
719ff94212
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.nickname desc
+		 order by a.create_time,a.nickname desc
 		 <if test="page_sql != null">
     		${page_sql}
    		 </if>