|
@@ -531,7 +531,9 @@ class Comjobs extends BaseController
|
|
|
$item['aca112'] = $info['title'];
|
|
|
$item['bcz002'] = $info['wtype'];
|
|
|
$item['bcz017'] = $info['zwagall'];
|
|
|
- $item['cae006'] = $info['community'];
|
|
|
+ if (!empty($info['community'])) {
|
|
|
+ $item['cae006'] = $info['community'];
|
|
|
+ }
|
|
|
$item['cae007'] = $info['province'] . $info['city'] . $info['district'] . $info['address'];
|
|
|
if (!empty($info['educationCode']['code'])) {
|
|
|
$item['aac011'] = $info['educationCode']['code'];
|