* Finsish task #5379,#5385,#5389,#5393,#5403,5409

This commit is contained in:
yfl
2019-04-24 15:59:56 +08:00
parent 49a0969c0e
commit d35eb8dfaf
8 changed files with 27 additions and 4 deletions
+1 -1
View File
@@ -610,7 +610,7 @@ class projectModel extends model
$tasks = $this->dao->select('id,estStarted,deadline,status')->from(TABLE_TASK)
->where('deadline')->ne('0000-00-00')
->andWhere('status')->in('wait,doing')
->andWhere('project')->eq($project->id)
->andWhere('project')->eq($projectID)
->fetchAll();
foreach($tasks as $task)
{