From d2de22b6eb11bf471d90bea40b30b478254373c3 Mon Sep 17 00:00:00 2001 From: caihaohan Date: Sun, 28 Apr 2024 09:47:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=81=E6=A0=87=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=8E=A5=E5=8F=A3=E4=BA=BA=E5=91=98=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E6=9F=A5=E8=AF=A2=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../enterprise/mapper/xml/EnterpriseStandardPlanMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/mapper/xml/EnterpriseStandardPlanMapper.xml b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/mapper/xml/EnterpriseStandardPlanMapper.xml index b1ceab34..410f1e82 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/mapper/xml/EnterpriseStandardPlanMapper.xml +++ b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/mapper/xml/EnterpriseStandardPlanMapper.xml @@ -108,7 +108,7 @@ - AND u1.username LIKE CONCAT('%',#{param.mainDraftingUser},'%') + AND CONCAT(u1.realname, '(', u1.username, ')') LIKE CONCAT('%',#{param.mainDraftingUser},'%') @@ -116,7 +116,7 @@ - AND u2.username LIKE CONCAT('%',#{param.mainDraftingUnitResponsiblePerson},'%') + AND CONCAT(u2.realname, '(', u2.username, ')') LIKE CONCAT('%',#{param.mainDraftingUnitResponsiblePerson},'%')