فهرست منبع

用户状态统计列表开发

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>