@@ -221,7 +221,7 @@ class UserCompanyBasic extends BaseController
]);
Db::name('account')
- ->where(['account_id', $post['id']])
+ ->where('id', $post['id'])
->update([
'id' => $post['id'],
'mobile' => $post['mobile'],