소스 검색

1、添加教务老师字段
2、布置作业

Joburgess 5 년 전
부모
커밋
49d6af46fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-biz/src/main/java/com/ym/mec/biz/service/impl/GroupClassServiceImpl.java

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/service/impl/GroupClassServiceImpl.java

@@ -94,7 +94,7 @@ public class GroupClassServiceImpl implements GroupClassService {
     @Override
     @Transactional(rollbackFor = Exception.class)
     public boolean cleanGroupInfo(String groupId, GroupType groupType) {
-        classGroupDao.deleteByGroupWithLogic(groupId,groupType);
+//        classGroupDao.deleteByGroupWithLogic(groupId,groupType);
         classGroupStudentMapperDao.deleteByGroupWithLogic(groupId,groupType);
         List<CourseSchedule> groupNotStartCourses = courseScheduleDao.findGroupNotStartCourses(groupId, groupType);
         if(CollectionUtils.isEmpty(groupNotStartCourses)){