5901 交易流水模块数据建议按照时间倒序展示

This commit is contained in:
gaowdong 2025-05-07 17:01:07 +08:00
parent ebb4d734c5
commit 3ae2dd7544
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
or su.user_id like concat('%', #{param.searchValue}, '%')
)
</if>
order by at2.trade_time desc
</select>
<select id="selectOperatingRevenue" resultType="com.bonus.canteen.core.report.domain.OperatingRevenueVO">