Parcourir la source

个人客户资料排序修改

anderx il y a 7 ans
Parent
commit
28f22cc192
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

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

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