|
@@ -1167,6 +1167,7 @@ class NewsService implements NewsServiceInterface
|
|
// 先添加职位相关信息
|
|
// 先添加职位相关信息
|
|
if($user['type_id'] == 10000){
|
|
if($user['type_id'] == 10000){
|
|
$job['status'] = 1;
|
|
$job['status'] = 1;
|
|
|
|
+ $job['experience'] = $data['experience']?? null;
|
|
}
|
|
}
|
|
$jobId = JobRecruiting::insertGetId($job);
|
|
$jobId = JobRecruiting::insertGetId($job);
|
|
if (empty($jobId)) {
|
|
if (empty($jobId)) {
|