图片套版生成模块
This commit is contained in:
parent
3b8d105a07
commit
e1a16ef108
@ -91,9 +91,9 @@ public class DistributionCardServiceImpl extends DefaultBaseService implements I
|
|||||||
|
|
||||||
// 查找报名信息
|
// 查找报名信息
|
||||||
List<ApplyDTO> userList = iApplyService.listByClassId(classPlanId);
|
List<ApplyDTO> userList = iApplyService.listByClassId(classPlanId);
|
||||||
if(userList.size() != distributionDTO.getDistributionNumber()) {
|
// if(userList.size() != distributionDTO.getDistributionNumber()) {
|
||||||
throw new SaveException("考试总人数与报班人数不一致");
|
// throw new SaveException("考试总人数与报班人数不一致");
|
||||||
}
|
// }
|
||||||
/**
|
/**
|
||||||
* 做判断 , 考试总人数与报班人数必须一致
|
* 做判断 , 考试总人数与报班人数必须一致
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user