From 7eb7cca1d48b8d4840b9486bc23cce8333aa4a61 Mon Sep 17 00:00:00 2001 From: linfso Date: Fri, 15 Nov 2024 06:29:13 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisCommissionQuoteMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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='全部')