* Finish task #47336,47344,47345.

This commit is contained in:
tianshujie
2022-01-12 16:28:16 +08:00
parent 5d2cfa4c1e
commit 8b22fdcabc
4 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -862,7 +862,7 @@ class actionModel extends model
/* Get actions. */
$actions = $this->dao->select('*')->from(TABLE_ACTION)
->where(1)
->where('objectType')->notIN('kanbanregion,kanbanlane,kanbancolumn')
->beginIF($period != 'all')->andWhere('date')->gt($begin)->fi()
->beginIF($period != 'all')->andWhere('date')->lt($end)->fi()
->beginIF($date)->andWhere('date' . ($direction == 'next' ? '<' : '>') . "'{$date}'")->fi()