|
|
|
@ -818,7 +818,7 @@ public class TeacherServiceImpl implements TeacherService {
|
|
|
|
|
Map<String, Long> gradeCount = new HashMap<>();
|
|
|
|
|
Map<String, Long> degreeCount = new HashMap<>();
|
|
|
|
|
Map<String, Long> subjectCount = new HashMap<>();
|
|
|
|
|
Map<String, Long> teachingAgeCount = new HashMap<>();
|
|
|
|
|
Map<String, Long> teachingAgeCount = new LinkedHashMap<>();
|
|
|
|
|
teachingAgeCount.put("0-5年", 0L);
|
|
|
|
|
teachingAgeCount.put("5-10年", 0L);
|
|
|
|
|
teachingAgeCount.put("10-15年", 0L);
|
|
|
|
|