From e7314a8343e09690ca588f8bc756ae95eff4279e Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Tue, 12 Apr 2022 15:27:51 +0800 Subject: [PATCH] * Fix bug#19625. --- module/execution/model.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/module/execution/model.php b/module/execution/model.php index b78e43efea..bfe6908a0b 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -3315,8 +3315,6 @@ class executionModel extends model ->page($pager) ->fetchAll('id'); - $this->loadModel('common')->saveQueryCondition($this->dao->get(), 'task'); - if($tasks) return $this->loadModel('task')->processTasks($tasks); return array(); }