md
This commit is contained in:
parent
c784fd9269
commit
cc0da2eaa3
@ -84,7 +84,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</select>
|
||||
|
||||
<select id="selectHasOpenInvoiceMapList" parameterType="String" resultType="map">
|
||||
select billNo, sum(money) sumMoney
|
||||
select bill_no as billNo, sum(money) sumMoney
|
||||
from emis_settle_invoice_rel a
|
||||
where del_flag='0'
|
||||
AND apply_seq_no IN (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user