diff --git a/emis-biz/src/main/resources/mapper/EmisCommissionQuoteMapper.xml b/emis-biz/src/main/resources/mapper/EmisCommissionQuoteMapper.xml
index b1ede8022..e1338e9c3 100644
--- a/emis-biz/src/main/resources/mapper/EmisCommissionQuoteMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisCommissionQuoteMapper.xml
@@ -51,7 +51,7 @@
and fee_type=#{feeType}
and calc_type=#{calcType}
and post_type=#{postType}
- and trans_type=#{transType}
+ and ( FIND_IN_SET(#{transType},trans_type) )
and bl_open=#{blOpen}
and ( FIND_IN_SET(#{empCode},emp_code) or emp_code='-1')
and ( FIND_IN_SET(#{empName},emp_name) or emp_name='全部')