value
2024-05-01 3acf98a35622e85ccc01bbc44e4c72d24b336fc9
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>