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