瀏覽代碼

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

疯狂的狮子Li 3 月之前
父節點
當前提交
fe637c4479
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ruoyi-modules/ruoyi-workflow/src/main/resources/mapper/workflow/FlwTaskMapper.xml

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