From daec72c5445869b56b2efc85ac887619b831efdb Mon Sep 17 00:00:00 2001 From: opzx <2498513702@qq.com> Date: Mon, 2 Dec 2024 09:50:34 +0000 Subject: [PATCH] =?UTF-8?q?update=20=E6=88=91=E7=9A=84=E4=BB=A5=E5=8A=9E?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=BA=E5=8D=95=E6=9D=A1=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: opzx <2498513702@qq.com> --- .../src/main/resources/mapper/workflow/FlwTaskMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ruoyi-modules/ruoyi-workflow/src/main/resources/mapper/workflow/FlwTaskMapper.xml b/ruoyi-modules/ruoyi-workflow/src/main/resources/mapper/workflow/FlwTaskMapper.xml index b91a1e7e2..6e70220cd 100644 --- a/ruoyi-modules/ruoyi-workflow/src/main/resources/mapper/workflow/FlwTaskMapper.xml +++ b/ruoyi-modules/ruoyi-workflow/src/main/resources/mapper/workflow/FlwTaskMapper.xml @@ -109,6 +109,7 @@ left join flow_instance b on a.instance_id = b.id left join flow_definition c on a.definition_id = c.id where a.del_flag ='0' and b.del_flag = '0' and c.del_flag = '0' and a.node_type in ('1','3','4') + GROUP BY a.definition_id ) t ${ew.getCustomSqlSegment}