From 1bf19a660b56bf5934b060d08cbef4408844c1fb Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期一, 06 五月 2024 07:16:01 +0800
Subject: [PATCH] 调整todo的描述
---
inspect-server/src/main/resources/mapper/StandardTreeMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/inspect-server/src/main/resources/mapper/StandardTreeMapper.xml b/inspect-server/src/main/resources/mapper/StandardTreeMapper.xml
index fecb954..5f8c2cb 100644
--- a/inspect-server/src/main/resources/mapper/StandardTreeMapper.xml
+++ b/inspect-server/src/main/resources/mapper/StandardTreeMapper.xml
@@ -158,7 +158,7 @@
sample is NULL
OR sample = ''
or sample = '[]'
- OR sample LIKE CONCAT('%', #{tree}, '%')
+ OR sample LIKE CONCAT('%[', #{tree}, ']%')
)
</select>
--
Gitblit v1.9.3