|
@@ -59,7 +59,7 @@ public interface ImUserFriendService extends BaseService<Long, ImUserFriend> {
|
|
|
void batchInsert(List<ImUserFriend> imUserFriends);
|
|
|
|
|
|
/**
|
|
|
- * 班级新增学员后相关通讯录的修改
|
|
|
+ * 班级新增学员
|
|
|
* @param classGroupId
|
|
|
* @param studentId
|
|
|
* @author zouxuan
|
|
@@ -67,7 +67,7 @@ public interface ImUserFriendService extends BaseService<Long, ImUserFriend> {
|
|
|
void classGroupAddStudent(Integer classGroupId,Integer studentId);
|
|
|
|
|
|
/**
|
|
|
- * 班级更换老师后相关通讯录的修改
|
|
|
+ * 班级更换老师
|
|
|
* @param classGroupId
|
|
|
* @param teacherId
|
|
|
* @author zouxuan
|
|
@@ -75,7 +75,7 @@ public interface ImUserFriendService extends BaseService<Long, ImUserFriend> {
|
|
|
void classGroupChangeTeacher(Integer classGroupId,Integer teacherId);
|
|
|
|
|
|
/**
|
|
|
- * 课程组更换教务老师通讯录更改
|
|
|
+ * 课程组更换教务老师
|
|
|
* @param groupId
|
|
|
* @param educationId
|
|
|
* @param groupType
|
|
@@ -84,7 +84,7 @@ public interface ImUserFriendService extends BaseService<Long, ImUserFriend> {
|
|
|
void groupChangeEducation(String groupId, Integer educationId, GroupType groupType);
|
|
|
|
|
|
/**
|
|
|
- * 单节课老师更改后通讯录更改
|
|
|
+ * 课程老师调整
|
|
|
* @param courseScheduleId
|
|
|
* @param teacherId
|
|
|
* @author zouxuan
|