|
...
|
...
|
@@ -21,6 +21,8 @@ class HrController extends BaseController |
|
|
|
if(!empty($lists['list'])){
|
|
|
|
foreach ($lists['list'] as $k => $v){
|
|
|
|
$v['photo_gallery_link'] = $this->getImageUrl($v['photo_gallery']);
|
|
|
|
$v['id_card_gallery_link'] = $this->getImageUrl($v['id_card_gallery']);
|
|
|
|
$v['certificate_gallery_link'] = $this->getImageUrl($v['certificate_gallery']);
|
|
|
|
$lists['list'][$k] = $v;
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|