dos 1 週間 前
コミット
d98c89688a

+ 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>