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