* Fix an error.

This commit is contained in:
qiyu-xie
2021-07-28 14:03:59 +08:00
parent 79ed62833f
commit 82239404f1
-1
View File
@@ -1302,7 +1302,6 @@ class docModel extends model
->orWhere("(objectType = 'story' and objectID in ($storyIdList))")
->orWhere("(objectType = 'bug' and objectID in ($bugIdList))")
->orWhere("(objectType = 'release' and objectID in ($releaseIdList))")
->orWhere("(objectType = 'productplan' and objectID in ($planIdList))")
->orWhere("(objectType = 'testreport' and objectID in ($testReportIdList))")
->orWhere("(objectType = 'testcase' and objectID in ($caseIdList))")
->markRight(1)