“djh”
2025-11-26 cf4a5deced71464d424ce5931774f6df0c4c6bb3
multi-system/src/main/java/com/gkhy/exam/system/service/impl/ExExamPaperServiceImpl.java
@@ -234,9 +234,9 @@
            throw new ApiException("试卷名称已存在");
        }
        //校验考卷下是否有学员
        if(checkPaperHasStudent(examPaper.getId())){
            throw new ApiException("该试卷下已分配学员,不能编辑");
        }
//        if(checkPaperHasStudent(examPaper.getId())){
//            throw new ApiException("该试卷下已分配学员,不能编辑");
//        }
        examPaper.setCode(null);//编号不能修改
        if(examPaper.getLimitTime()>0){
            examPaper.setLimited(1);