mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-19 01:48:47 +08:00
Pre Merge pull request !604 from opzx/warm-flow-future
This commit is contained in:
commit
6c8d788be0
@ -109,6 +109,7 @@
|
|||||||
left join flow_instance b on a.instance_id = b.id
|
left join flow_instance b on a.instance_id = b.id
|
||||||
left join flow_definition c on a.definition_id = c.id where
|
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')
|
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}
|
) t ${ew.getCustomSqlSegment}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user