This commit is contained in:
linfso 2024-08-21 08:42:22 +08:00
parent fa8c977f1f
commit c784fd9269

View File

@ -83,7 +83,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
)
</select>
<select id="selectHasOpenMapList" parameterType="String" resultType="map">
<select id="selectHasOpenInvoiceMapList" parameterType="String" resultType="map">
select billNo, sum(money) sumMoney
from emis_settle_invoice_rel a
where del_flag='0'