Merge branch 'sprint/174_tianshujie_16897' into 'master'
* Fix bug #16897. See merge request easycorp/zentaopms!725
This commit is contained in:
@@ -2962,7 +2962,7 @@ class executionModel extends model
|
||||
->andWhere('deleted')->eq(0)
|
||||
->orderBy($orderBy)
|
||||
->page($pager)
|
||||
->fetchAll();
|
||||
->fetchAll('id');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user