* code for task#1477.

This commit is contained in:
zhujinyong
2013-07-03 02:34:05 +00:00
parent 3360589ade
commit 8ea77a0215
5 changed files with 19 additions and 4 deletions

View File

@@ -437,6 +437,8 @@ class taskModel extends model
}
}
if(empty($estimates)) return;
$consumed = 0;
$left = $task->left;
$this->loadModel('action');