正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -20,9 +20,9 @@ class HrController extends BaseController | @@ -20,9 +20,9 @@ class HrController extends BaseController | ||
| 20 | $lists = $logic->getHrList($this->map,$this->page,$this->row,$this->order); | 20 | $lists = $logic->getHrList($this->map,$this->page,$this->row,$this->order); |
| 21 | if(!empty($lists['list'])){ | 21 | if(!empty($lists['list'])){ |
| 22 | foreach ($lists['list'] as $k => $v){ | 22 | foreach ($lists['list'] as $k => $v){ |
| 23 | - $v['photo_gallery_link'] = $this->getImageUrl($v['photo_gallery']); | ||
| 24 | - $v['id_card_gallery_link'] = $this->getImageUrl($v['id_card_gallery']); | ||
| 25 | - $v['certificate_gallery_link'] = $this->getImageUrl($v['certificate_gallery']); | 23 | +// $v['photo_gallery_link'] = $this->getImageUrl($v['photo_gallery']); |
| 24 | +// $v['id_card_gallery_link'] = $this->getImageUrl($v['id_card_gallery']); | ||
| 25 | +// $v['certificate_gallery_link'] = $this->getImageUrl($v['certificate_gallery']); | ||
| 26 | $lists['list'][$k] = $v; | 26 | $lists['list'][$k] = $v; |
| 27 | } | 27 | } |
| 28 | } | 28 | } |
-
请 注册 或 登录 后发表评论