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},'%')