Commit ec39334b authored by hujun's avatar hujun

APP新增客户key修改

parent 8572c6f3
......@@ -189,7 +189,7 @@ class Users extends Model
$insert_data['user_phone'] = $data['user_phone'];
}
$insert_data['sex'] = $data['sex'];
$insert_data['agent_id'] = $data['agent_id'];
$insert_data['agent_id'] = $data['agents_id'];
if ($id) {
//修改
$insert_data['update_time']= date('Y-m-d H:i:s');
......
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