bug修改。
This commit is contained in:
parent
dc7cbebff8
commit
c05deab518
@ -242,10 +242,6 @@ public class ExamCheckServiceImpl extends DefaultBaseService implements IExamChe
|
||||
ExamCheckDTO examCheckDTO = examCheckDao.getExamCheck(params);
|
||||
if(null == examCheckDTO) {
|
||||
return false;
|
||||
}else {
|
||||
if(0 == examCheckDTO.getCheckStatus() || 3 == examCheckDTO.getCheckStatus()) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
@ -258,10 +254,6 @@ public class ExamCheckServiceImpl extends DefaultBaseService implements IExamChe
|
||||
ExamCheckDTO examCheckDTO = examCheckDao.getExamCheck(params);
|
||||
if(null == examCheckDTO) {
|
||||
return true;
|
||||
}else {
|
||||
if(0 == examCheckDTO.getCheckStatus() || 3 == examCheckDTO.getCheckStatus()) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user