Commit 53dcb04f authored by hujun's avatar hujun

password_md5

parent eb0cb74e
......@@ -129,6 +129,7 @@ class BrokerService
}
unset($data['id']);
$data['password_md5'] = $agent_old[0]['password'];
$id = $this->m_agent->saveAgent($data);
} elseif ($agent_data['status'] == 3) {
$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