From a5ed5083ebc7ee9d1334d0acc3614a5ece41da1e Mon Sep 17 00:00:00 2001 From: dhb52 Date: Wed, 11 Dec 2024 16:45:11 +0800 Subject: [PATCH] =?UTF-8?q?fix=20FlwInstanceMapper=20xml=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/workflow/FlwInstanceMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-modules/ruoyi-workflow/src/main/resources/mapper/workflow/FlwInstanceMapper.xml b/ruoyi-modules/ruoyi-workflow/src/main/resources/mapper/workflow/FlwInstanceMapper.xml index 036ce8e38..a7f7a7022 100644 --- a/ruoyi-modules/ruoyi-workflow/src/main/resources/mapper/workflow/FlwInstanceMapper.xml +++ b/ruoyi-modules/ruoyi-workflow/src/main/resources/mapper/workflow/FlwInstanceMapper.xml @@ -42,7 +42,7 @@ fd.flow_code, fd.version from flow_instance fi - left join flow_definition fd on fi.definition_id = fd.id where fi.del_flag = '0' + left join flow_definition fd on fi.definition_id = fd.id and fi.del_flag = '0' ${ew.getCustomSqlSegment}