This commit is contained in:
linfso 2024-09-27 16:20:27 +08:00
parent 8f6960f0d4
commit 8cdb9170eb

View File

@ -277,6 +277,10 @@
and open_bill_status != '1'
</if>
<if test="params.noPayBill != null and params.noPayBill == 1">
and payment_status != '1'
</if>
<if test="params.billCode != null and params.billCode != ''">
and exists (
select 1 from emis_settle_sub_bill b