Merge branch 'sprint/174_tianshujie_16897' into 'master'

* Fix bug #16897.

See merge request easycorp/zentaopms!725
This commit is contained in:
李玉春
2021-12-02 03:16:18 +00:00
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2962,7 +2962,7 @@ class executionModel extends model
->andWhere('deleted')->eq(0)
->orderBy($orderBy)
->page($pager)
->fetchAll();
->fetchAll('id');
}
/**