Commit 3ed8e2f1 authored by 蔡闯's avatar 蔡闯

修改房间用户导入

parent f65bd781
......@@ -246,7 +246,7 @@ class Common extends BaseController
//导入到userbind表中
$bind['type'] = 0;
$bind['status'] = 1;
if($bind){
if($bind['name'] && $bind['id_card'] && $bind['phone']){
Db::name('house_user_bind')->save($bind);
}
} else {
......
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