充值记录 ,按照升序排序

This commit is contained in:
hejiayang
2026-01-08 15:40:23 +08:00
parent 712f295d57
commit f2d53786c2
@@ -135,7 +135,15 @@
#{canteenId}
</foreach>
</if>
order by a.create_time desc
order by a.create_time
<choose>
<when test="vo.status != null and vo.status == 3 ">
asc
</when>
<otherwise>
desc
</otherwise>
</choose>
</select>
<select id="pageListCount" resultType="java.lang.Long">