diff --git a/emis-biz/src/main/resources/mapper/EmisCommissionQuoteMapper.xml b/emis-biz/src/main/resources/mapper/EmisCommissionQuoteMapper.xml index e1338e9c3..81769ddd9 100644 --- a/emis-biz/src/main/resources/mapper/EmisCommissionQuoteMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisCommissionQuoteMapper.xml @@ -80,7 +80,7 @@ and fee_type=#{feeType} and calc_type=#{calcType} and post_type=#{postType} - and trans_type=#{transType} + and ( FIND_IN_SET(#{transType},trans_type) or trans_type='-1') 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='全部')