소스 검색

管理员列表排序

anderx 7 년 전
부모
커밋
12646d12d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/goafanti/common/mapper/AdminMapper.xml

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

@@ -683,7 +683,7 @@
     <if test="province != null">
     	and a.province = #{province,jdbcType=VARCHAR}
     </if>
-    order by a.number 
+    order by a.last_login_time desc,a.number 
     <if test="page_sql!=null">
 			${page_sql}
 	</if>