|
@@ -683,7 +683,7 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
|
|
|
|
|
|
}
|
|
}
|
|
if(!waringStr.isEmpty()){
|
|
if(!waringStr.isEmpty()){
|
|
- throw new BizException(waringStr);
|
|
|
|
|
|
+ throw new BizException(waringStr+"请调整");
|
|
}
|
|
}
|
|
return classGroupAndTeachers;
|
|
return classGroupAndTeachers;
|
|
}
|
|
}
|