cqp hai 2 meses
pai
achega
8b3470c72d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Service/StatisticService.php

+ 1 - 0
app/Service/StatisticService.php

@@ -1494,6 +1494,7 @@ class StatisticService extends StatisticCommonService
             $depart_title = $man_map[$value['id']] ?? "";
             $list[$key]['position_new'] = $depart_title . '/' . $value['position'];
             $list[$key]['employee_type_title'] = Employee::E_State_Type[$value['employee_type']] ?? '';
+            $list[$key]['education'] = Employee::Education[$value['education']] ?? '';
         }
 
         return $list;