From e8f4e2a37b8f85e392e87f5ab652fd64d464f6e5 Mon Sep 17 00:00:00 2001
From: yinq <1345442242@qq.com>
Date: Fri, 23 Dec 2022 09:01:55 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=B8=9A=E9=83=A8=E9=A1=B9=E7=9B=AE?=
=?UTF-8?q?=E8=BF=9B=E5=BA=A6=E6=98=8E=E7=BB=86=E7=9C=8B=E6=9D=BF=E4=BA=8B?=
=?UTF-8?q?=E4=B8=9A=E9=83=A8=E5=8C=B9=E9=85=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
anomaly/src/main/resources/mapper/ReportMapper.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/anomaly/src/main/resources/mapper/ReportMapper.xml b/anomaly/src/main/resources/mapper/ReportMapper.xml
index 1fd03010..f0d06e2b 100644
--- a/anomaly/src/main/resources/mapper/ReportMapper.xml
+++ b/anomaly/src/main/resources/mapper/ReportMapper.xml
@@ -3224,7 +3224,7 @@ SELECT zab.CREATED_DATE_TIME,
FROM PROJECT_SCHEDULE_SHOW_BOARD V
WHERE 1=1
- AND V."workOrder" like '%${user}%'
+ AND V."workOrder" like '%${user}' || '/%'