|
|
|
@ -213,12 +213,12 @@ class User extends ApiController
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
Db::name('user_company')
|
|
|
|
Db::name('user_company')
|
|
|
|
->where('user_id',$this->uid)
|
|
|
|
->where('id',input('id'))
|
|
|
|
->update($ucData);
|
|
|
|
->update($ucData);
|
|
|
|
|
|
|
|
|
|
|
|
$res = Db::name('user_company')
|
|
|
|
// $res = Db::name('user_company')
|
|
|
|
->where('id',input('id'))
|
|
|
|
// ->where('id',input('id'))
|
|
|
|
->find();
|
|
|
|
// ->find();
|
|
|
|
|
|
|
|
|
|
|
|
//更新用戶資料
|
|
|
|
//更新用戶資料
|
|
|
|
$result = Db::name('user_company')
|
|
|
|
$result = Db::name('user_company')
|
|
|
|
|