From f4ac334d1725f89075627a75cfbc5ee29ee6e9ab Mon Sep 17 00:00:00 2001 From: csyue <1203338439@qq.com> Date: Tue, 11 Jun 2024 09:38:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E8=BF=90=E8=A1=8C=E9=97=AE=E9=A2=98?= =?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/material/AgreementInfoMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sgzb-modules/sgzb-material/src/main/resources/mapper/material/AgreementInfoMapper.xml b/sgzb-modules/sgzb-material/src/main/resources/mapper/material/AgreementInfoMapper.xml index 8f63a4ca..83ed6c6b 100644 --- a/sgzb-modules/sgzb-material/src/main/resources/mapper/material/AgreementInfoMapper.xml +++ b/sgzb-modules/sgzb-material/src/main/resources/mapper/material/AgreementInfoMapper.xml @@ -111,6 +111,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and (bai.contract_code like concat('%', #{keyWord}, '%') or auth_person like concat('%', #{keyWord}, '%') or + bp.lot_name like concat('%', #{keyWord}, '%') or + bui.unit_name like concat('%', #{keyWord}, '%') or phone like concat('%', #{keyWord}, '%'))