图片套版生成模块

This commit is contained in:
cuibaocheng 2021-05-07 15:00:09 +08:00
parent 3b8d105a07
commit e1a16ef108

View File

@ -91,9 +91,9 @@ public class DistributionCardServiceImpl extends DefaultBaseService implements I
// 查找报名信息
List<ApplyDTO> userList = iApplyService.listByClassId(classPlanId);
if(userList.size() != distributionDTO.getDistributionNumber()) {
throw new SaveException("考试总人数与报班人数不一致");
}
// if(userList.size() != distributionDTO.getDistributionNumber()) {
// throw new SaveException("考试总人数与报班人数不一致");
// }
/**
* 做判断 , 考试总人数与报班人数必须一致
*/