Commit b92d6e6d authored by hujun's avatar hujun

临时处理

parent ffe05697
...@@ -77,6 +77,8 @@ class BrokerService ...@@ -77,6 +77,8 @@ class BrokerService
return $result; return $result;
} }
} else { } else {
$result['msg'] = '操作失败';
return $result;
$num = $this->m_agent->updateData($agent_old[0]['id'], ['status' => 3]); //更新原始账号状态 $num = $this->m_agent->updateData($agent_old[0]['id'], ['status' => 3]); //更新原始账号状态
if ($num > 0) { if ($num > 0) {
$change_old_id = $agent_old[0]['id']; $change_old_id = $agent_old[0]['id'];
......
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