update 优化 已办任务列表去除抄送任务
This commit is contained in:
parent
cb301e214b
commit
fe637c4479
|
|
@ -88,6 +88,7 @@
|
||||||
and b.del_flag = '0'
|
and b.del_flag = '0'
|
||||||
and c.del_flag = '0'
|
and c.del_flag = '0'
|
||||||
and a.node_type in ('1','3','4')
|
and a.node_type in ('1','3','4')
|
||||||
|
and a.flow_status <![CDATA[ <> ]]> 'copy'
|
||||||
) t
|
) t
|
||||||
${ew.getCustomSqlSegment}
|
${ew.getCustomSqlSegment}
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue