소스 검색

用户状态统计列表开发

gao.qiang 1 주 전
부모
커밋
63a230b8e8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      business-service/src/main/resources/mapper/service/UserStateStatisticsMapper.xml

+ 1 - 1
business-service/src/main/resources/mapper/service/UserStateStatisticsMapper.xml

@@ -55,6 +55,6 @@
         <if test="isDisable != null and isDisable != 0">
             AND t.isDisable = #{isDisable}
         </if>
-        ORDER BY t.createTime DESC
+        ORDER BY t.createTime DESC, t.userId DESC
     </select>
 </mapper>