From ffb5607a2df00ec283de6982973f45220947252b Mon Sep 17 00:00:00 2001 From: linfso Date: Sun, 2 Mar 2025 20:58:59 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisCommissionQuoteMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisCommissionQuoteMapper.xml b/emis-biz/src/main/resources/mapper/EmisCommissionQuoteMapper.xml index e90774cff..49e3da0b0 100644 --- a/emis-biz/src/main/resources/mapper/EmisCommissionQuoteMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisCommissionQuoteMapper.xml @@ -75,8 +75,8 @@ and quote_name like concat('%', #{quoteName}, '%') - and ( FIND_IN_SET(#{fromCountry},from_country) or from_country='-1' or from_country is null or from_country='') - and ( FIND_IN_SET(#{country},country) or country='-1' or country is null or country='') + and ( FIND_IN_SET(#{fromCountry},from_country) or from_country='-1' or from_country is null or from_country='' or ( #{fromCountry}!='0086' and from_country='-2' ) ) + and ( FIND_IN_SET(#{country},country) or country='-1' or country is null or country='' or ( #{country}!='0086' and country='-2' ) ) and fee_type=#{feeType} and calc_type=#{calcType} and post_type=#{postType}