From 0e6b525cbd4e8b3b6b03ec9ec1e83704ca5f9575 Mon Sep 17 00:00:00 2001 From: gmhao <1285330039@qq.com> Date: Tue, 19 Dec 2023 01:48:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/base/BmProjectLotMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sgzb-modules/sgzb-base/src/main/resources/mapper/base/BmProjectLotMapper.xml b/sgzb-modules/sgzb-base/src/main/resources/mapper/base/BmProjectLotMapper.xml index 5cb25d49..e03a98cc 100644 --- a/sgzb-modules/sgzb-base/src/main/resources/mapper/base/BmProjectLotMapper.xml +++ b/sgzb-modules/sgzb-base/src/main/resources/mapper/base/BmProjectLotMapper.xml @@ -42,8 +42,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" left join sys_dept b on a.dept_id = b.dept_id left join sys_dic c on a.type_id = c.id where a.del_flag ='0' - - AND pro_id = #{proId} + + AND lot_id = #{lotId} AND lot_name like concat('%', #{lotName}, '%')