fix: 账户排序字段统一修改。

This commit is contained in:
tianyongbao
2025-12-24 17:43:26 +08:00
parent 1035e2c468
commit e57068f3d3
4 changed files with 12 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</where>
<!-- 数据范围过滤 -->
${params.dataScope}
order by a.create_time desc
order by a.status asc,a.create_time desc
</select>
<select id="selectFutureStocksById" parameterType="Long" resultMap="FutureStocksResult">