cqp 3 달 전
부모
커밋
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;