This commit is contained in:
linfso 2024-08-06 16:59:13 +08:00
parent 2a867c4a0d
commit fd3a8b8f87

View File

@ -117,6 +117,11 @@
<if test="updateSite != null and updateSite != ''"> and update_site = #{updateSite}</if>
<if test="params.canOpenBill != null and params.canOpenBill == 1">
and open_bill_status != '1'
</if>
<if test="params.billCode != null and params.billCode != ''">
and exists (
select 1 from emis_settle_sub_bill b