diff --git a/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml b/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml index 474db2315..be805a98b 100644 --- a/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml @@ -110,13 +110,11 @@ and quote_id = #{quoteId} and quote_name like concat('%', #{quoteName}, '%') and quote_code=#{quoteCode} - and use_site=#{useSite} and trans_line_code=#{transLineCode} and customer_code=#{customerCode} and cust_no=#{custNo} - and fee_type=#{feeType} and FIND_IN_SET(#{prodCode}, prod_code) and rec_pay_type=#{recPayType}