update 调整顺序

develop
hhb@hotmail.com 3 days ago
parent 1f9d22e272
commit 2d07fb2a4f

@ -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);

Loading…
Cancel
Save