From edd98c54519f1f36fb561bdc1cb7aa33c6d68530 Mon Sep 17 00:00:00 2001 From: 朱佳吉 <1527963051@qq.com> Date: 星期二, 07 五月 2024 17:35:17 +0800 Subject: [PATCH] 通过pid获取检验单当前试验室所有项目是否有检验结果后进行判断检验单是否更改成"已检"状态 --- 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