|
@@ -147,7 +147,7 @@
|
|
if(!empty($_['job']) && is_numeric($_['job'])) $item->job = $_['job'];
|
|
if(!empty($_['job']) && is_numeric($_['job'])) $item->job = $_['job'];
|
|
$item->jobDescription = $_['jobDescription'];
|
|
$item->jobDescription = $_['jobDescription'];
|
|
if(!empty($_['statute']) && is_numeric($_['statute'])) $item->statute = $_['statute'];
|
|
if(!empty($_['statute']) && is_numeric($_['statute'])) $item->statute = $_['statute'];
|
|
- $item->manager = $_['manager'];
|
|
|
|
|
|
+ if(!empty($_['manager']) && is_numeric($_['manager'])) $item->manager = $_['manager'];
|
|
$item->workplace = $_['workplace'];
|
|
$item->workplace = $_['workplace'];
|
|
if(!empty($_['account'])) $item->account = $_['account'];
|
|
if(!empty($_['account'])) $item->account = $_['account'];
|
|
if(isset($_['hardware'])) $item->hardware = json_encode($_['hardware']);
|
|
if(isset($_['hardware'])) $item->hardware = json_encode($_['hardware']);
|