|
...
|
...
|
@@ -19,7 +19,7 @@ class HrController extends BaseController |
|
|
|
*/
|
|
|
|
public function list(ManageHr $manageHr)
|
|
|
|
{
|
|
|
|
$lists = $manageHr->lists($this->map,$this->page,$this->row,$this->order);
|
|
|
|
$lists = $manageHr->lists($this->map,$this->page,$this->row,['sort','id']);
|
|
|
|
if(!empty($lists) && !empty($lists['list'])){
|
|
|
|
foreach ($lists['list'] as $k => $v){
|
|
|
|
$v['photo_gallery_link'] = json_decode($v['photo_gallery']);
|
...
|
...
|
|