From 629e4b2065ac148efff868663754d12a481a51e9 Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 11 Jun 2025 18:10:29 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisCommissionDtlMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisCommissionDtlMapper.xml b/emis-biz/src/main/resources/mapper/EmisCommissionDtlMapper.xml index 7280c9a3f..6812d720a 100644 --- a/emis-biz/src/main/resources/mapper/EmisCommissionDtlMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisCommissionDtlMapper.xml @@ -163,7 +163,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and a.create_time = #{createTime} and a.update_by like concat('%', #{updateBy}, '%') and a.update_time = #{updateTime} - and b.payment_type = #{paymentType} + and FIND_IN_SET(b.payment_type,#{paymentType}) and a.create_site like concat('%', #{createSite}, '%') and a.update_site like concat('%', #{updateSite}, '%')