From 461fb02ec8264079f73fd2b6f937ad4f40754cb9 Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期三, 19 六月 2024 23:39:51 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml b/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml index 655974d..44a1f3f 100644 --- a/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml +++ b/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml @@ -69,7 +69,7 @@ select id, inspection_item, case - when inspection_item_subclass = '' then inspection_item + when inspection_item_subclass is null then inspection_item else inspection_item_subclass end as subclass from structure_item_parameter </select> -- Gitblit v1.9.3