fix the bug for assignto of task.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-12-13 06:53:28 +00:00
parent 14ec6f89db
commit 017192c8ad
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -129,6 +129,7 @@ class bugModel extends model
return $this->dao->select('*')->from(TABLE_BUG)
->where('status')->eq('active')
->andWhere('toTask')->eq(0)
->andWhere('tostory')->eq(0)
->andWhere('product')->in($products)
->andWhere('deleted')->eq(0)
->orderBy('id desc')