mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-19 01:48:47 +08:00
update 我的以办优化为单条任务信息
Signed-off-by: opzx <2498513702@qq.com>
This commit is contained in:
parent
aee13fa6fc
commit
daec72c544
@ -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