修改发票列表显示数据
This commit is contained in:
parent
90c8cecb69
commit
60f601af45
@ -115,6 +115,9 @@
|
|||||||
and invoicing_time <= #{endInvoicingTime}
|
and invoicing_time <= #{endInvoicingTime}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
ORDER BY
|
||||||
|
STATUS ASC,
|
||||||
|
create_time DESC
|
||||||
LIMIT #{currentPage},#{items}
|
LIMIT #{currentPage},#{items}
|
||||||
</select>
|
</select>
|
||||||
<select id="sumItemsInvoice" resultType="java.lang.Long">
|
<select id="sumItemsInvoice" resultType="java.lang.Long">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user