diff --git a/emis-biz/src/main/resources/mapper/EmisTmsCostFeeMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsCostFeeMapper.xml index 5df61cabe..bf88bee68 100644 --- a/emis-biz/src/main/resources/mapper/EmisTmsCostFeeMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTmsCostFeeMapper.xml @@ -154,7 +154,7 @@ 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}) )