Просмотр исходного кода

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

anderx лет назад: 7
Родитель
Сommit
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.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>