From 4b6a123b24c95b52420d7369f3caffffcd834ced Mon Sep 17 00:00:00 2001 From: linfso Date: Sun, 16 Mar 2025 21:02:50 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisCommissionDtlMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisCommissionDtlMapper.xml b/emis-biz/src/main/resources/mapper/EmisCommissionDtlMapper.xml index 713990973..95bef05ce 100644 --- a/emis-biz/src/main/resources/mapper/EmisCommissionDtlMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisCommissionDtlMapper.xml @@ -59,7 +59,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and id = #{id} and fee_type=#{feeType} and money = #{money} - and bill_month=#{billMonth}, + and bill_month=#{billMonth} and ( FIND_IN_SET(bill_code,#{billCode}) or bill_code like concat('%', #{billCode}, '%') ) and fee_remark like concat('%', #{feeRemark}, '%') and emp_code=#{empCode} @@ -94,7 +94,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and id = #{id} and fee_type=#{feeType} and money = #{money} - and bill_month=#{billMonth}, + and bill_month=#{billMonth} and ( FIND_IN_SET(bill_code,#{billCode}) or bill_code like concat('%', #{billCode}, '%') ) and fee_remark like concat('%', #{feeRemark}, '%') and emp_code=#{empCode}