From 523290ad6a880e6fd8e27fc37167524e1cd3d72d Mon Sep 17 00:00:00 2001 From: songwenxuan <1924103812@qq.com> Date: Thu, 13 Jun 2024 19:17:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A3=8E=E9=99=A9=E7=AE=A1?= =?UTF-8?q?=E6=8E=A7=E5=8F=B0=E8=B4=A6=E7=AE=A1=E6=8E=A7=E8=B4=A3=E4=BB=BB?= =?UTF-8?q?=E4=BA=BA=E6=90=9C=E7=B4=A2=E6=97=A0=E6=95=88=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mybatis/datasource/bus/RiskPointMapper.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/mybatis/datasource/bus/RiskPointMapper.xml b/src/main/resources/mybatis/datasource/bus/RiskPointMapper.xml index ea3fb06e..2f7313d9 100644 --- a/src/main/resources/mybatis/datasource/bus/RiskPointMapper.xml +++ b/src/main/resources/mybatis/datasource/bus/RiskPointMapper.xml @@ -280,7 +280,11 @@ and f.ACCIDENTS LIKE CONCAT(CONCAT('%', #{pd.BIANMA}),'%') - and u.NAME LIKE CONCAT(CONCAT('%', #{pd.gkzrName}),'%') + and ( + u.NAME LIKE CONCAT(CONCAT('%', #{pd.gkzrName}),'%') + or + f.USER_ID LIKE CONCAT(CONCAT('%', #{pd.gkzrName}),'%') + ) order by f.CREATTIME desc, f.SORT asc,f.OPERATTIME asc ,RISKUNITNAME desc ,PARTSNAME desc