Commit 1cc6c329 authored by hujun's avatar hujun

s

parent 04a288e1
......@@ -321,7 +321,7 @@ class Users extends Model
}
if (isset($data['site_id'])) {
$insert_data['site_id'] = $data['site_id'];
$insert_data['site_ids'] = $data['site_id'];
}
if (isset($data['protect_time'])) {
$insert_data['protect_time'] = $data['protect_time'];
......
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