+ adjust code for release and build.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-01-03 03:02:48 +00:00
parent a4995694f8
commit 2f84f49ab5
11 changed files with 57 additions and 15 deletions

View File

@@ -1031,6 +1031,7 @@ class projectModel extends model
return $this->dao->select('id, title, status')->from(TABLE_BUG)
->where('status')->eq('resolved')
->andWhere('resolvedDate')->ge($project->begin)
->andWhere('resolution')->eq('fixed')
->fetchAll();
}
}