*Finish task #45535.

This commit is contained in:
songchenxuan
2021-12-13 13:53:03 +08:00
parent 1e60836c3e
commit 53e4b2d102
+1
View File
@@ -2561,6 +2561,7 @@ class executionModel extends model
->orWhere('id')->eq($projectID)
->markRight(1)
->orderBy('type_asc,openedDate_desc')
->limit('9')
->fetchPairs();
return $objectPairs;