* finish task #6613.

This commit is contained in:
wangyidong
2019-12-04 10:32:42 +08:00
parent fd139c56a1
commit c7f0afe423
2 changed files with 9 additions and 6 deletions
+3
View File
@@ -1070,6 +1070,9 @@ class task extends control
continue;
}
/* Skip parent task when batch close task. */
if($task->parent == '-1') continue;
/* Skip closed task when batch close task. */
if($task->status == 'closed') continue;
$changes = $this->task->close($taskID);