Commit 9efa3ace by 朱继来

Merge branch 'zjl_adjust_20181026' into development

parents 30b5d102 5f56280b
......@@ -63,6 +63,8 @@
if (empty($userPerm)) {
return 0;
} else {
if ($userPerm->roles == 'null') return 0;
$role = json_decode($userPerm->roles, true);
foreach ($role as $v) {
......
......@@ -17,6 +17,9 @@ class OrderModel extends Model
// 订单导出
public function orderExport($request, $info)
{
set_time_limit(300);
ini_set('memory_limit', '512M');
$map = array();
$userMainModel = new UserMainModel();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment