|
|
@@ -117,7 +117,7 @@ public class BandingTaskClassStudentServiceImpl extends MPJBaseServiceImpl<Bandi
|
|
|
.in(BaseNewStudent::getId, dto.getNewStudentIds())
|
|
|
);
|
|
|
|
|
|
- List<BaseNewStudent> notPaymnyList = list.stream().filter(x -> "未交费".equals(x.getPaymnystate())).collect(Collectors.toList());
|
|
|
+ List<BaseNewStudent> notPaymnyList = list.stream().filter(x -> "未缴费".equals(x.getPaymnystate())).collect(Collectors.toList());
|
|
|
if(!notPaymnyList.isEmpty() && dto.getIsHandle() == 1){
|
|
|
throw new MyException("选择的学生中存在未交费情况,无法手动分班");
|
|
|
}
|