fix: 智聪记账管理,信用卡账单、期货账单,排序修改。
This commit is contained in:
@@ -104,7 +104,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
</where>
|
</where>
|
||||||
<!-- 数据范围过滤 -->
|
<!-- 数据范围过滤 -->
|
||||||
${params.dataScope}
|
${params.dataScope}
|
||||||
order by a.bill_date desc
|
order by a.bill_date desc,a.create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectCreditCardBillById" parameterType="Long" resultMap="CreditCardBillResult">
|
<select id="selectCreditCardBillById" parameterType="Long" resultMap="CreditCardBillResult">
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
</where>
|
</where>
|
||||||
<!-- 数据范围过滤 -->
|
<!-- 数据范围过滤 -->
|
||||||
${params.dataScope}
|
${params.dataScope}
|
||||||
order by a.bill_date_period desc
|
order by a.bill_date_period desc,a.create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectFutureStocksBillById" parameterType="Long" resultMap="FutureStocksBillResult">
|
<select id="selectFutureStocksBillById" parameterType="Long" resultMap="FutureStocksBillResult">
|
||||||
|
|||||||
Reference in New Issue
Block a user