* Fix bug.

This commit is contained in:
qiyu-xie
2021-03-08 09:48:27 +08:00
parent 017a21b95b
commit b786e33e76
+1 -1
View File
@@ -178,7 +178,7 @@ class docModel extends model
->andWhere()
->markLeft(1)
->where('`type`')->eq('custom')
->orWhere('project')->in($executionIdList)
->orWhere('execution')->in($executionIdList)
->orWhere('product')->in($productIdList)
->markRight(1)
->orderBy('id_desc')