* Finish task #36055, 36054, 36053.

This commit is contained in:
tianshujie98
2021-02-19 11:08:40 +08:00
parent c289d0092c
commit cd7a74ccbc
5 changed files with 0 additions and 5 deletions
-1
View File
@@ -1339,7 +1339,6 @@ class bugModel extends model
->beginIF($projectID)->andWhere('t1.PRJ')->eq($projectID)->fi()
->beginIF($type != 'closedBy' and $this->app->moduleName == 'block')->andWhere('t1.status')->ne('closed')->fi()
->beginIF($type != 'all')->andWhere("t1.`$type`")->eq($account)->fi()
->beginIF($this->app->rawMethod == 'contribute')->andWhere("t1.status")->in('resolved,closed')->fi()
->orderBy($orderBy)
->beginIF($limit > 0)->limit($limit)->fi()
->page($pager)