|
@@ -495,6 +495,12 @@ class Center extends Auth
|
|
'info_id'=>$info_id,
|
|
'info_id'=>$info_id,
|
|
'content'=>$data['content']
|
|
'content'=>$data['content']
|
|
];
|
|
];
|
|
|
|
+ //{"company_name":"你","job_description":"哈哈","on_job_end":"2021-12","on_job_start":"2023-12","position_name":"客服"}
|
|
|
|
+ $content = json_decode($data['content']);
|
|
|
|
+ if($content->on_job_start > $content->on_job_end){
|
|
|
|
+ $this->error('离职时间必须在入职时间之后');
|
|
|
|
+ }
|
|
|
|
+// return $content->on_job_end;
|
|
!empty($child_id) ? $child_array['update_at'] = date('Y-m-d H:i:s') : '';
|
|
!empty($child_id) ? $child_array['update_at'] = date('Y-m-d H:i:s') : '';
|
|
if (!empty($child_id) ? DataPoolTalentChild::mk()->where('id',$child_id)->update($child_array) : DataPoolTalentChild::mk()->insert($child_array)){
|
|
if (!empty($child_id) ? DataPoolTalentChild::mk()->where('id',$child_id)->update($child_array) : DataPoolTalentChild::mk()->insert($child_array)){
|
|
$this->success('成功');
|
|
$this->success('成功');
|