|
|
@@ -362,7 +362,7 @@ class ViolationProduct extends Controller
|
|
|
}
|
|
|
|
|
|
// 数量过多时,限制导出
|
|
|
- if ($result_totle > 10000) {
|
|
|
+ if ($result_totle > 100000) {
|
|
|
return json_send(['code' => 'error', 'msg' => '导出数据过多,请缩小查询条件']);
|
|
|
}
|
|
|
if ($is_admin != 1 && $company_id != 0) {
|