Pre Merge pull request !604 from opzx/warm-flow-future

This commit is contained in:
opzx 2024-12-02 11:47:54 +00:00 committed by Gitee
commit 6c8d788be0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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}
</select>