Commit 5192a21f authored by hujun's avatar hujun

set_time_limit(0);

parent d4ff54a7
......@@ -556,6 +556,7 @@ class Member extends Basic{
* @throws \think\exception\PDOException
*/
public function batchEditCustomer() {
set_time_limit(0);
if (empty($this->params['old_agents_id']) || empty($this->params['agents_id'])) {
return $this->response(101, '经纪人信息错误');
}
......
......@@ -47,6 +47,7 @@ class BrokerService
*/
public function saveAgentData(array $data, int $operation_id)
{
set_time_limit(0);
$result['status'] = 'fail';
$is_new_id = 1;
$m_district = new ADistrict();
......
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 to comment