Browse Source

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

疯狂的狮子Li 3 tháng trước cách đây
mục cha
commit
fe637c4479

+ 1 - 0
ruoyi-modules/ruoyi-workflow/src/main/resources/mapper/workflow/FlwTaskMapper.xml

@@ -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>