From faaf296cbb86bcb2fb5e3de2541852d91e35e3c5 Mon Sep 17 00:00:00 2001 From: JYW <2013732181@qq.com> Date: 星期二, 30 四月 2024 14:45:09 +0800 Subject: [PATCH] 2024-04-30 将遗漏的两个接口加入,完善角色管理中接口权限 --- 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