报名验证修改

This commit is contained in:
ly19960718 2021-05-15 19:11:38 +08:00
parent e7d9df37bd
commit cd84ccf63d

View File

@ -240,7 +240,7 @@ public class ApplyServiceImpl extends DefaultBaseService implements IApplyServic
if(checkApplyIsFirst(appTokenUser.getId(),workTypeId,row.getInstitutionId()) != 0){
trainingInstitutionWorkTypeDTO.setApplyStatus(false);
}else{
trainingInstitutionWorkTypeDTO.setApplyStatus(examCheckService.getExamCheck(workTypeId,row.getInstitutionId()));
trainingInstitutionWorkTypeDTO.setApplyStatus(examCheckService.getExamCheckFailOrBack(workTypeId,row.getInstitutionId()));
}
trainingInstitutionWorkTypeDTO.setQrCode(createQrCode(row.getInstitutionId()));