修改发票列表显示数据

This commit is contained in:
wenhui 2022-03-08 18:16:20 +08:00
parent 90c8cecb69
commit 60f601af45

View File

@ -115,6 +115,9 @@
and invoicing_time <= #{endInvoicingTime}
</if>
</where>
ORDER BY
STATUS ASC,
create_time DESC
LIMIT #{currentPage},#{items}
</select>
<select id="sumItemsInvoice" resultType="java.lang.Long">