Merge branch 'autoTest_liumengyi' into 'master'

* Add auto test for task.

See merge request easycorp/zentaopms!2159
This commit is contained in:
孙广明
2022-03-09 05:53:01 +00:00
10 changed files with 427 additions and 14 deletions
+1 -1
View File
@@ -2171,7 +2171,7 @@ class taskModel extends model
$task->parentName = $parent->name;
}
}
}
}
return $this->processTasks($tasks);
}