update 我的以办优化为单条任务信息

Signed-off-by: opzx <2498513702@qq.com>
This commit is contained in:
opzx 2024-12-02 09:50:34 +00:00 committed by Gitee
parent aee13fa6fc
commit daec72c544
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_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>