客户列表bug

This commit is contained in:
dengbw
2023-06-16 17:31:13 +08:00
parent fe7c2f57f9
commit 66c96b85fd
@@ -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
}
}
}
}