md
This commit is contained in:
parent
8f6960f0d4
commit
8cdb9170eb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user