From e795ae2899b189f894429218bd7519a48dec2dd7 Mon Sep 17 00:00:00 2001 From: htjcAdmin Date: Wed, 28 May 2025 15:43:24 +0800 Subject: [PATCH] =?UTF-8?q?/*=E5=8D=A1=E7=89=87-=E5=B7=A1=E8=A7=86?= =?UTF-8?q?=E6=96=B9=E6=A1=88-=E5=B7=A1=E8=A7=86=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E7=AD=9B=E9=80=89-=E4=B8=8B=E6=8B=89=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=B8=BA=E5=8D=8E=E8=BD=AF=E6=97=A0=E4=BA=BA=E6=9C=BA=E3=80=81?= =?UTF-8?q?=E5=9B=9B=E8=B6=B3=E6=9C=BA=E5=99=A8=E7=8B=97=E3=80=81=E9=B2=81?= =?UTF-8?q?=E8=83=BD=E6=9C=BA=E5=99=A8=E4=BA=BA=E3=80=81=E6=91=84=E5=83=8F?= =?UTF-8?q?=E5=A4=B4=E7=9B=B8=E6=9C=BA=E6=A0=B9=E6=8D=AE=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E5=AE=9E=E9=99=85=E6=83=85=E5=86=B5=E6=98=BE=E7=A4=BA=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E6=A1=86=E5=86=85=E5=AE=B9*/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/task/PatrolTaskMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}