|
@@ -463,7 +463,7 @@ class Center extends Auth
|
|
|
$this->error('手机号格式错误');
|
|
|
}
|
|
|
if(input('zc_id')){
|
|
|
- DataZhicheng::mk()->where('id',$data['zc_id'])->where('is_del',1)->count() ? : $this->error('职称不存在');
|
|
|
+ DataZhicheng::mk()->where('id',input('zc_id'))->where('is_del',1)->count() ? : $this->error('职称不存在');
|
|
|
}
|
|
|
empty($id) ? $id = DataPoolTalent::mk()->where('uuid',$this->uuid)->value('id') : $data['update_at']=date('Y-m-d H:i:s');
|
|
|
DataPoolTalent::mk()->where('uuid',$this->uuid)->value('audit') == 3 ? $data['audit'] =1 : '';
|