cqp 1 месяц назад
Родитель
Сommit
f0c774a01c
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Service/StatisticService.php

+ 1 - 0
app/Service/StatisticService.php

@@ -1545,6 +1545,7 @@ class StatisticService extends StatisticCommonService
             $list[$key]['depart_title'] = $depart_title;
             $item_title = $item_map[$value['item_id']] ?? "";
             $list[$key]['item_title'] = $item_title;
+            $list[$key]['education'] = Employee::Education[$value['education']] ?? '';
         }
 
         return $list;