|
|
@@ -433,9 +433,9 @@ public class ExamService {
|
|
|
}
|
|
|
|
|
|
private AnswerSheet openExaminee(LearnStudent ls, Long subjectId, SysUser sysUser) {
|
|
|
- if(StringUtils.isNotBlank(ls.getModules()) && ls.getModules().equals("技能展示/实践操作")) {
|
|
|
- throw new ValidationException("该专业只考技能展示/实践操作");
|
|
|
- }
|
|
|
+// if(StringUtils.isNotBlank(ls.getModules()) && ls.getModules().equals("技能展示/实践操作")) {
|
|
|
+// throw new ValidationException("该专业只考技能展示/实践操作");
|
|
|
+// }
|
|
|
AMarjorPlan plan = marjorPlanService.selectAMarjorPlanById(ls.getMajorPlanId());
|
|
|
if(null == plan || !plan.getMatchYear().equals(dzControlService.selectDzControl(VistorContextHolder.getContext()).getPlanYear())) {
|
|
|
throw new ValidationException("定向没设置或过期,请先重新选择定向");
|