diff --git a/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml b/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml
index c1114212e..bc53e1114 100644
--- a/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml
@@ -114,7 +114,7 @@
and trans_line_code like concat('%', #{transLineCode}, '%')
and trans_line like concat('%', #{transLine}, '%')
and fee_type like concat('%', #{feeType}, '%')
- and prod_code=#{prodCode}
+ and FIND_IN_SET(#{prodCode}, prod_code)
and prod_name like concat('%', #{prodName}, '%')
and rec_pay_type like concat('%', #{recPayType}, '%')
and bill_type= #{billType}