报名验证修改
This commit is contained in:
parent
e7d9df37bd
commit
cd84ccf63d
@ -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()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user