* finish task #1962.

This commit is contained in:
wangyidong
2014-07-28 02:19:10 +00:00
parent 4a27551271
commit 229d23bf0f
+1 -1
View File
@@ -1224,7 +1224,7 @@ class projectModel extends model
$today = helper::today();
$burns = array();
$projects = $this->dao->select('id, name')->from(TABLE_PROJECT)
$projects = $this->dao->select('id, code')->from(TABLE_PROJECT)
->where("end >= '$today'")
->andWhere('status')->notin('done,suspended')
->fetchPairs();