diff --git a/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml b/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml
index bb2cfa0bd..b33a5545b 100644
--- a/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml
@@ -109,10 +109,10 @@
and trans_line_code like concat('%', #{transLineCode}, '%')
and trans_line like concat('%', #{transLine}, '%')
and fee_type like concat('%', #{feeType}, '%')
- and prod_code like concat('%', #{prodCode}, '%')
+ and prod_code=#{prodCode}
and prod_name like concat('%', #{prodName}, '%')
and rec_pay_type like concat('%', #{recPayType}, '%')
- and bill_type like concat('%', #{billType}, '%')
+ and bill_type= #{billType}
and other_type1 like concat('%', #{otherType1}, '%')
and other_type2 like concat('%', #{otherType2}, '%')
and carry_type like concat('%', #{carryType}, '%')