This commit is contained in:
linfso 2025-06-19 16:17:20 +08:00
parent 73c49c43e2
commit 50afa217ec

View File

@ -94,9 +94,9 @@
<if test="createSite != null and createSite != ''"> and create_site = #{createSite}</if>
<if test="updateSite != null and updateSite != ''"> and update_site = #{updateSite}</if>
<if test="params.billCode != null and params.billCode != ''">
<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,#{params.billCode})
select 1 from emis_tms_cost_fee_rel etcfl where etcfl.cost_no=a.cost_no and FIND_IN_SET(etcfl.bill_code,#{billCode})
)
</if>