md
This commit is contained in:
parent
c04feab249
commit
658afa7c5f
@ -154,7 +154,7 @@
|
||||
|
||||
<if test="billCode != null and billCode != ''">
|
||||
and exists (
|
||||
select 1 from emis_tms_cost_fee_rel etcfl where etcfl.cost_no=a.cost_no and FIND_IN_SET(etcfl.bill_code,#{billCode})
|
||||
select 1 from emis_tms_site_batch_dtl etsbd where etsbd.batch_no=a.batch_no and FIND_IN_SET(etsbd.bill_code,#{billCode})
|
||||
)
|
||||
</if>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user