update 优化 已办任务列表去除抄送任务

This commit is contained in:
疯狂的狮子Li
2026-04-02 11:29:07 +08:00
parent cb301e214b
commit fe637c4479

View File

@@ -88,6 +88,7 @@
and b.del_flag = '0'
and c.del_flag = '0'
and a.node_type in ('1','3','4')
and a.flow_status <![CDATA[ <> ]]> 'copy'
) t
${ew.getCustomSqlSegment}
</select>