* Code for task#83681.

This commit is contained in:
xieqiyu
2023-02-06 15:56:49 +08:00
parent 1aaa267cff
commit 91efd85783
+1
View File
@@ -79,6 +79,7 @@ class weekly extends control
$projects = $this->dao->select('id, name')->from(TABLE_PROJECT)
->where('deleted')->eq(0)
->andWhere('type')->eq('project')
->andWhere('status')->ne('closed')
->fetchPairs();
$date = helper::today();