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