From 27f4e5fcc4e336f43ba2b4fa3a2c15c218c6011f Mon Sep 17 00:00:00 2001 From: aike <17730485278@139.com> Date: Tue, 10 Jun 2025 14:45:55 +0800 Subject: [PATCH] =?UTF-8?q?demand:=20=E5=AF=B9=E6=8E=A5=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E4=B8=8B=E5=8D=95=E6=8E=A5=E5=8F=A3=E8=AE=A2=E5=8D=95=E5=8F=B7?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E4=BF=AE=E6=94=B9=20committer:=20heyu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emis-biz/src/main/resources/mapper/EmisCommissionDtlMapper.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisCommissionDtlMapper.xml b/emis-biz/src/main/resources/mapper/EmisCommissionDtlMapper.xml index 7280c9a3f..76a270da9 100644 --- a/emis-biz/src/main/resources/mapper/EmisCommissionDtlMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisCommissionDtlMapper.xml @@ -163,7 +163,6 @@ 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 a.create_site like concat('%', #{createSite}, '%') and a.update_site like concat('%', #{updateSite}, '%')