|
@@ -3606,7 +3606,7 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
|
|
for (String courseType : courseTypes) {
|
|
for (String courseType : courseTypes) {
|
|
Long currentNum = subCourseNumMap.get(courseType);
|
|
Long currentNum = subCourseNumMap.get(courseType);
|
|
if(currentNum == null){
|
|
if(currentNum == null){
|
|
- throw new BizException("所选班级课程类型不一致,请重新选择");
|
|
|
|
|
|
+ currentNum = 0l;
|
|
}
|
|
}
|
|
Long maxNum = map.get(courseType);
|
|
Long maxNum = map.get(courseType);
|
|
//如果当前课程类型不需要新增缴费项目
|
|
//如果当前课程类型不需要新增缴费项目
|