*Fixbug_sunjun_22007

This commit is contained in:
sunjun
2022-04-28 02:48:11 +00:00
parent 0495a32a20
commit c2d9f7b240
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -1275,7 +1275,6 @@ class executionModel extends model
->beginIF(!$this->app->user->admin)->andWhere('id')->in($this->app->user->view->sprints)->fi()
->beginIF($status == 'undone')->andWhere('status')->notIN('done,closed')->fi()
->beginIF($status != 'all' and $status != 'undone')->andWhere('status')->in($status)->fi()
->beginIF($status == 'noclosed')->andWhere('status')->notIN('closed')->fi()
->beginIF($devel === true)->andWhere('attribute')->in('dev,qa,release')->fi()
->orderBy($orderBy)
->beginIF($limit)->limit($limit)->fi()