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

This commit is contained in:
疯狂的狮子Li
2026-04-02 11:29:58 +08:00
parent 279855c0d6
commit 9a0a92540d

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>