From ecc24b63aedc712570cfd595f043f0860b04cd97 Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 29 May 2024 04:48:33 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml | 2 -- 1 file changed, 2 deletions(-) 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}