* Modify copy team to 11 select (1 project and 10 execution) when create execution.

This commit is contained in:
songchenxuan
2023-06-09 15:56:18 +08:00
parent d4223f3db3
commit 7504562723
+1 -1
View File
@@ -3651,7 +3651,7 @@ class executionModel extends model
->markRight(1)
->orWhere('id')->eq($projectID)
->orderBy('type_asc,openedDate_desc')
->limit('9')
->limit('11')
->fetchPairs();
$countPairs = $this->dao->select('root, COUNT(*) as count')->from(TABLE_TEAM)