* fix bug for ajdust task time.

This commit is contained in:
wangyidong
2018-08-24 11:33:46 +08:00
parent 74c564090a
commit fbbb1b0d45

View File

@@ -617,6 +617,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)
->fetchAll();
foreach($tasks as $task)
{