excel导出优化

This commit is contained in:
devil_gong
2019-09-30 15:43:16 +08:00
parent d184a4de92
commit 9241b1bcdd
3 changed files with 82 additions and 24 deletions

View File

@ -109,7 +109,7 @@ class User extends Common
$data_params = [
'where' => $where,
'm' => 0,
'n' => 100000,
'n' => 0,
];
$data = UserService::UserList($data_params);