Commit 96f635f9 authored by zhuwei's avatar zhuwei

user_status

parent 49e1b6bf
......@@ -345,6 +345,15 @@ class Users extends Model
$insert_data['concrete_industry'] = $data['concrete_industry'];
}
if (isset($data['concrete_industry'])) {
$insert_data['concrete_industry'] = $data['concrete_industry'];
}
if (isset($data['user_status'])) {
$insert_data['user_status'] = $data['user_status'];
}
if ($id && $id > 0) {
//修改
......
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