update security_person t1,`user` t2 set t1.active = t2.active, t1.create_time = t2.create_time, t1.init = t2.init, t1.phone = t2.phone, t1.photo = t2.photo, t1.realname = t2.realname where t1.user_id = t2.id;