diff --git a/emis-biz/src/main/resources/mapper/EmisTmsCostFeeMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsCostFeeMapper.xml
index 66d02caec..db72d4387 100644
--- a/emis-biz/src/main/resources/mapper/EmisTmsCostFeeMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisTmsCostFeeMapper.xml
@@ -205,7 +205,7 @@
and fee_type = #{feeType}
and split_type = #{splitType}
and trans_type=#{transType}
- and trans_sign_no like concat('%', #{transSignNo}, '%')
+ and FIND_IN_SET(trans_sign_no,#{transSignNo})
and supplier_code=#{supplierCode}
and supplier_name like concat('%', #{supplierName}, '%')
and send_place=#{sendPlace}