This commit is contained in:
wangjinlei
2023-08-31 16:21:39 +08:00
parent d7edd953a4
commit adc0bd0e90
8 changed files with 232 additions and 50 deletions

View File

@@ -358,6 +358,7 @@ class Ucenter extends Base{
'major'=>$data['major'],
'field'=>$data['field'],
'introduction'=>isset($data['introduction'])?$data['introduction']:'',
"website"=>isset($data['website'])?$data["website"]:"",
'company'=>$data['company']
];
$this->user_reviewer_info_obj->where(['reviewer_id'=>$data['user_id']])->update($updata1);