Parcourir la source

客户列表修改为创建时间倒序

anderx il y a 1 an
Parent
commit
1fa6fd38ee
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

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

@@ -2473,6 +2473,7 @@ inner join(
 		<if test="level !=null">
 			and a.level = #{level}
 		</if>
+		order by a.create_time desc
 		<if test="page_sql != null">
 			${page_sql}
 		</if>