浏览代码

修改排序

dos 1 周之前
父节点
当前提交
d98c89688a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      game-business/src/main/resources/mapper/business/AppUserCountDividendMapper.xml

+ 1 - 1
game-business/src/main/resources/mapper/business/AppUserCountDividendMapper.xml

@@ -110,6 +110,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="status != null">
             and a.status = #{status}
         </if>
-        order by a.date_no desc
+        order by a.date_no desc,a.id asc
     </select>
 </mapper>