|
@@ -3592,7 +3592,7 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
|
|
|
|
|
|
@Override
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
- public int updateClassGroup(ClassGroup classGroup) {
|
|
|
+ public int updateClassGroup(ClassGroup classGroup) throws Exception {
|
|
|
ClassGroup group = classGroupDao.get(classGroup.getId());
|
|
|
if (Objects.isNull(group)) {
|
|
|
throw new BizException("班级信息不存在");
|