diff --git a/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml b/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml
index bc53e1114..8b8303ac1 100644
--- a/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml
@@ -109,18 +109,18 @@
and quote_id = #{quoteId}
and quote_name like concat('%', #{quoteName}, '%')
- and quote_code like concat('%', #{quoteCode}, '%')
- and use_site like concat('%', #{useSite}, '%')
- and trans_line_code like concat('%', #{transLineCode}, '%')
+ and quote_code=#{quoteCode}
+ and use_site=#{useSite}
+ and trans_line_code=#{transLineCode}
and trans_line like concat('%', #{transLine}, '%')
- and fee_type like concat('%', #{feeType}, '%')
+ and fee_type=#{feeType}
and FIND_IN_SET(#{prodCode}, prod_code)
and prod_name like concat('%', #{prodName}, '%')
- and rec_pay_type like concat('%', #{recPayType}, '%')
+ and rec_pay_type=#{recPayType}
and bill_type= #{billType}
- and other_type1 like concat('%', #{otherType1}, '%')
- and other_type2 like concat('%', #{otherType2}, '%')
- and carry_type like concat('%', #{carryType}, '%')
+ and other_type1=#{otherType1}
+ and other_type2=#{otherType2}
+ and carry_type=#{carryType}
and status = #{status}
and disp_area_id like concat('%', #{dispAreaId}, '%')
@@ -131,7 +131,7 @@
and ( find_in_set(#{dispAreaSiteCode},disp_area_site_code) or disp_area_site_code='-1' )
- and disp_area_site_id like concat('%', #{dispAreaSiteId}, '%')
+ and disp_area_site_id=#{dispAreaSiteId}
and send_area_id = #{sendAreaId}
and send_area_name like concat('%', #{sendAreaName}, '%')