客户列表bug
This commit is contained in:
@@ -209,7 +209,7 @@ class groupsCustomer extends BaseController
|
||||
}
|
||||
}
|
||||
}
|
||||
$count = $this->mdSyliveOrder->count($where);
|
||||
$count = $this->mdSyliveCustomer->count($where);
|
||||
if ($limit >= 10000 && $count > 10000) {
|
||||
$this->return_json('导出失败,每次导出不能超出10000条数据');
|
||||
}
|
||||
@@ -334,4 +334,4 @@ class groupsCustomer extends BaseController
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user