|
@@ -955,7 +955,7 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
|
|
|
if (musicGroup.getTeamTeacherId() != null && Integer.parseInt(e.getId()) == musicGroup.getTeamTeacherId()) {
|
|
|
e.setTitle("运营主管");
|
|
|
} else if (musicGroup.getEducationalTeacherId() != null && Integer.parseInt(e.getId()) == musicGroup.getEducationalTeacherId()) {
|
|
|
- e.setTitle("教务老师");
|
|
|
+ e.setTitle("乐团主管");
|
|
|
} else if (musicGroup.getDirectorUserId() != null && Integer.parseInt(e.getId()) == musicGroup.getDirectorUserId()) {
|
|
|
e.setTitle("乐队指导");
|
|
|
} else if (courseScheduleTeacherSalaryDao.isTeacher(groupId, Integer.parseInt(e.getId()))) {
|
|
@@ -963,11 +963,11 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
|
|
|
}
|
|
|
} else {
|
|
|
if (groupType == PRACTICE && practiceGroup.getEducationalTeacherId() != null && Integer.parseInt(e.getId()) == practiceGroup.getEducationalTeacherId()) {
|
|
|
- e.setTitle("教务老师");
|
|
|
+ e.setTitle("乐团主管");
|
|
|
} else if (groupType == VIP && vipGroup.getEducationalTeacherId() != null && Integer.parseInt(e.getId()) == vipGroup.getEducationalTeacherId()) {
|
|
|
- e.setTitle("教务老师");
|
|
|
+ e.setTitle("乐团主管");
|
|
|
} else if (groupType == COMM && coursesGroup.getEducationalTeacherId() != null && Integer.parseInt(e.getId()) == coursesGroup.getEducationalTeacherId()) {
|
|
|
- e.setTitle("教务老师");
|
|
|
+ e.setTitle("乐团主管");
|
|
|
} else if (courseScheduleTeacherSalaryDao.isTeacher(groupId, Integer.parseInt(e.getId()))) {
|
|
|
e.setTitle("指导老师");
|
|
|
}
|