fix: 账户排序字段统一修改。
This commit is contained in:
@@ -81,7 +81,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</where>
|
||||
<!-- 数据范围过滤 -->
|
||||
${params.dataScope}
|
||||
order by a.type asc,bcl.debit_type asc,a.update_time desc
|
||||
order by a.status asc,a.type asc,bcl.debit_type asc,a.update_time desc
|
||||
</select>
|
||||
|
||||
<select id="selectAccountsById" parameterType="Long" resultMap="AccountsResult">
|
||||
|
||||
@@ -91,7 +91,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
order by a.activation_date desc
|
||||
</if>
|
||||
<if test="staticFlag == null or staticFlag == ''">
|
||||
order by a.type asc, a.bill_date asc,a.debit_type asc,a.update_time desc
|
||||
order by a.status asc,a.type asc, a.bill_date asc,a.debit_type asc,a.update_time desc
|
||||
</if>
|
||||
|
||||
</select>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user