* [feedback#8473] Fix the bug of show review object not is reviewer.

This commit is contained in:
xieqiyu
2025-02-18 10:23:51 +08:00
committed by 王于听
parent e2ef7219cd
commit 1fb0dc55cd
+1
View File
@@ -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();