From c7a465cd46a338fdee6de1ba3b7a10599cadd6a2 Mon Sep 17 00:00:00 2001 From: mashuai Date: Wed, 16 Jul 2025 15:49:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/app/BackReceiveMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sgzb-modules/sgzb-base/src/main/resources/mapper/app/BackReceiveMapper.xml b/sgzb-modules/sgzb-base/src/main/resources/mapper/app/BackReceiveMapper.xml index 65134d58..11b528e6 100644 --- a/sgzb-modules/sgzb-base/src/main/resources/mapper/app/BackReceiveMapper.xml +++ b/sgzb-modules/sgzb-base/src/main/resources/mapper/app/BackReceiveMapper.xml @@ -1259,10 +1259,10 @@ and bpl.lot_id = #{lotId} - and mt2.type_name like concat('%',#{typeName},'%') + and mt2.type_name = #{typeName} - and mt.type_name like concat('%',#{typeCode},'%') + and mt.type_name = #{typeCode} GROUP BY bai.agreement_id, mt.type_id) AS subquery1 @@ -1291,10 +1291,10 @@ and bpl.lot_id = #{lotId} - and mt2.type_name like concat('%',#{typeName},'%') + and mt2.type_name = #{typeName} - and mt.type_name like concat('%',#{typeCode},'%') + and mt.type_name = #{typeCode} GROUP BY bai.agreement_id, mt.type_id) AS subquery2 ON subquery1.type_id = subquery2.type_id