Merge branch 'sprint/176_songchenxuan_45535' into 'master'

*Fix task #45535 bug.

See merge request easycorp/zentaopms!944
This commit is contained in:
朱金勇
2021-12-15 00:40:22 +00:00
+1 -1
View File
@@ -486,7 +486,7 @@ class personnelModel extends model
->markRight(1)
->andWhere('deleted')->eq(0)
->orderBy('type_asc,openedDate_desc')
->limit('9')
->limit('10')
->fetchPairs();
foreach($objects as $id => &$object)
{