充值记录 ,按照升序排序
This commit is contained in:
+9
-1
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user