From 416ea5f6ac3fcad2ec29302889adfbe2a1ff933e Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 29 May 2024 05:23:09 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisQuotePriceMapper.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml b/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml index be805a98b..6c83c242e 100644 --- a/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisQuotePriceMapper.xml @@ -112,6 +112,7 @@ and quote_code=#{quoteCode} and trans_line_code=#{transLineCode} + and quote_type= #{quoteType} and customer_code=#{customerCode} and cust_no=#{custNo} @@ -186,13 +187,6 @@ and start_date now() and end_date ]]> now() and status=1 - - and fee_type='1001' - - - and fee_type!='1001' - - order by create_time desc