Commit 0f857d33 authored by wuxiaoli's avatar wuxiaoli

no message

parent 5756dd23
Pipeline #748 canceled with stages
......@@ -136,9 +136,6 @@ class Users extends Api
$userinfo = UsersModel::getUserinfo($this->auth->id);
$userinfo['certification_fee'] = \think\Config::get('site.certification_fee');
$this->auth->village_id >0 ? $map['village_code'] = $this->auth->village_id;
//处理教育,工作字段
$userinfo['educational'] = json_decode($userinfo['educational']);
$userinfo['work_experience'] = json_decode($userinfo['work_experience']);
......
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