From 128a65b590343d32e26a57bd64eefd3534c72410 Mon Sep 17 00:00:00 2001 From: gulongcheng <474084054@qq.com> Date: Fri, 13 Mar 2026 15:41:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BC=98=E5=8C=96=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=9F=A5=E8=AF=A2=E7=94=A8=E6=88=B7=E7=BB=84?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/SimulationNodeMapper.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/project/src/main/resources/mapper/SimulationNodeMapper.xml b/project/src/main/resources/mapper/SimulationNodeMapper.xml index 5c974ab1..47cba006 100644 --- a/project/src/main/resources/mapper/SimulationNodeMapper.xml +++ b/project/src/main/resources/mapper/SimulationNodeMapper.xml @@ -476,10 +476,11 @@ task.tenant_Id = #{req.tenantId} and - simulation_task_member.type in( + task_member.type in( #{taskMemberType} + ) and task_member.user_id in ( @@ -535,10 +536,11 @@ task.tenant_Id = #{req.tenantId} and - simulation_task_member.type in( + task_member.type in( #{taskMemberType} + ) and task_member.user_id in ( @@ -571,7 +573,7 @@ task.tenant_Id = #{req.tenantId} and - simulation_task_member.type in( + task_member.type in( #{taskMemberType}