mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-19 01:48:47 +08:00
Pre Merge pull request !612 from dhb52/warm-flow-future
This commit is contained in:
commit
1a3625485c
@ -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}
|
||||
</select>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user