This commit is contained in:
linfso 2025-07-01 01:02:17 +08:00
parent c04feab249
commit 658afa7c5f

View File

@ -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>