diff --git a/inspect-main/inspect-main-task/src/main/resources/mapper/task/PatrolTaskMapper.xml b/inspect-main/inspect-main-task/src/main/resources/mapper/task/PatrolTaskMapper.xml index f5f900d..6754d4c 100644 --- a/inspect-main/inspect-main-task/src/main/resources/mapper/task/PatrolTaskMapper.xml +++ b/inspect-main/inspect-main-task/src/main/resources/mapper/task/PatrolTaskMapper.xml @@ -121,7 +121,8 @@ and execution_status = #{executionStatus} and task_cycle = #{taskCycle} and dev_no = #{devNo} - and dev_type = #{devType} + + and find_in_set(#{devType}, dev_type) and storage = #{storage} and area_id = #{areaId}