|
@@ -63,13 +63,13 @@ class JobController extends ApiBaseController
|
|
|
$item['education'] = $education[$v['education']];
|
|
|
$item['wage'] = -1;
|
|
|
$item['age'] = [18, $v['max_age']];
|
|
|
- $item['jobs_content'] = "性别要求:" . $v['sex'] . "学位要求:" . $v['xuewei'] . ";专业要求:" . $v['major'] . $v['jobs_content'] . "\n";
|
|
|
+ $item['jobs_content'] = "性别要求:{$v['sex']};\n学位要求:{$v['xuewei']};\n专业要求:{$v['major']};\n其他要求:{$v['jobs_content']};\n联系人:{$v['contacts']};";
|
|
|
$item['audit'] = 1;
|
|
|
$item['setmeal_id'] = 1;
|
|
|
$item['setmeal_name'] = "免费会员";
|
|
|
$item['display'] = 1;
|
|
|
$item['is_health'] = 1;
|
|
|
- $item['health_type'] = 1;
|
|
|
+ $item['health_type'] = 4;
|
|
|
$jobs_contacts = '';
|
|
|
if (!empty($v['contacts'])) {
|
|
|
$jobs_contacts = explode(':',$v['contacts']);
|