From b9d1914b134f9647abf37948f44320b10d3bd9d7 Mon Sep 17 00:00:00 2001 From: mashuai Date: Mon, 10 Mar 2025 16:22:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=96=99=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/material/BackRecordMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgzb-modules/sgzb-material/src/main/resources/mapper/material/BackRecordMapper.xml b/sgzb-modules/sgzb-material/src/main/resources/mapper/material/BackRecordMapper.xml index d9fbf911..3d621e74 100644 --- a/sgzb-modules/sgzb-material/src/main/resources/mapper/material/BackRecordMapper.xml +++ b/sgzb-modules/sgzb-material/src/main/resources/mapper/material/BackRecordMapper.xml @@ -121,7 +121,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and (baif.`code` like concat('%',#{keyWord},'%') or mm.ma_code like concat('%',#{keyWord},'%') or - su.nick_name like concat('%',#{keyWord},'%')) + baif.back_person like concat('%',#{keyWord},'%')) and mt2.type_name like concat('%',#{typeName},'%')