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}