* [feedback#8473] Fix the bug of show review object not is reviewer.
This commit is contained in:
@@ -1187,6 +1187,7 @@ class myModel extends model
|
||||
->beginIF($objectType != 'all')->andWhere('t2.objectType')->eq($objectType)->fi()
|
||||
->andWhere('t1.account')->eq($this->app->user->account)
|
||||
->andWhere('t1.status')->eq('doing')
|
||||
->andWhere('t1.type')->eq('review')
|
||||
->orderBy("t2.{$orderBy}")
|
||||
->query();
|
||||
$objectIdList = array();
|
||||
|
||||
Reference in New Issue
Block a user