fix: 排序问题修改。

This commit is contained in:
tianyongbao
2024-07-26 10:51:41 +08:00
parent 2b4f4ae0a2
commit 9f4ee80f39

View File

@@ -80,7 +80,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</where>
<!-- 数据范围过滤 -->
${params.dataScope}
order by a.bill_date asc,a.update_time desc
order by a.type asc, a.bill_date asc,a.update_time desc
</select>
<select id="selectBankCardLendById" parameterType="Long" resultMap="BankCardLendResult">