mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-19 22:59:46 +08:00
后管申请开票页面时间倒序排序
This commit is contained in:
@@ -44,6 +44,7 @@
|
|||||||
<if test="totalServiceAmount != null "> and total_service_amount = #{totalServiceAmount}</if>
|
<if test="totalServiceAmount != null "> and total_service_amount = #{totalServiceAmount}</if>
|
||||||
<if test="totalElecAmount != null "> and total_elec_amount = #{totalElecAmount}</if>
|
<if test="totalElecAmount != null "> and total_elec_amount = #{totalElecAmount}</if>
|
||||||
</where>
|
</where>
|
||||||
|
order by create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectOrderInvoiceRecordById" parameterType="Integer" resultMap="OrderInvoiceRecordResult">
|
<select id="selectOrderInvoiceRecordById" parameterType="Integer" resultMap="OrderInvoiceRecordResult">
|
||||||
|
|||||||
Reference in New Issue
Block a user