* 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
@@ -2074,7 +2074,6 @@ class taskModel extends model
->orWhere('t1.finishedList')->like("%,{$account},%")
->markRight(1)
->fi()
->beginIF($this->app->rawMethod == 'contribute')->andWhere("t1.status")->in('closed,done,cancel')->fi()
->beginIF($type != 'all' and $type != 'finishedBy')->andWhere("t1.`$type`")->eq($account)->fi()
->orderBy($orderBy)
->beginIF($limit > 0)->limit($limit)->fi()