From d25010e5ec3d653bb32c2c1fb04e8bf4afb43a7d Mon Sep 17 00:00:00 2001 From: zhuxinru Date: Tue, 20 Jan 2026 10:25:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=94=A8=E6=88=B7=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/SimulationNodeMapper.xml | 32 ++----------------- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/project/src/main/resources/mapper/SimulationNodeMapper.xml b/project/src/main/resources/mapper/SimulationNodeMapper.xml index beab0729..9f2f03c7 100644 --- a/project/src/main/resources/mapper/SimulationNodeMapper.xml +++ b/project/src/main/resources/mapper/SimulationNodeMapper.xml @@ -411,39 +411,11 @@ and task.tag1 in + ( #{tag1} - - - and task.tag2 in - - #{tag2} - - - - and task.tag3 = #{req.tag3} - - - and task.tag4 = #{req.tag4} - - - and task.tag5 = #{req.tag5} - - - and task.tag6 = #{req.tag6} - - - and task.tag7 = #{req.tag7} - - - and task.tag8 = #{req.tag8} - - - and task.tag9 = #{req.tag9} - - - and task.tag10 = #{req.tag10} + )