complete task #6886,#6884,#6882,#6880.

This commit is contained in:
leiyong
2020-02-11 17:58:46 +08:00
parent ab65bcd24f
commit 2b89c9f5f6
7 changed files with 19 additions and 21 deletions
+1 -1
View File
@@ -1044,7 +1044,7 @@ class projectModel extends model
$delay = helper::diffDate(helper::today(), $project->end);
if($delay > 0) $project->delay = $delay;
}
/* Fix bug #2943. */
$total = $this->dao->select('
SUM(estimate) AS totalEstimate,
SUM(consumed) AS totalConsumed,