value
2024-06-19 9fdfa29e2a71c4f3c499c714755e2696b4e9ec76
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>