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