后管申请开票页面时间倒序排序

This commit is contained in:
Lemon
2023-08-04 13:55:50 +08:00
parent 0919f836af
commit 42d9ee9f88

View File

@@ -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">