教育训练处考试制证系统后端
“djh”
2024-10-12 aaa55aa7b0be807ddd6814b13307f9cb2cd9c67a
exam-system/src/main/java/com/gkhy/exam/coalmine/service/baseService/impl/CmStaffExamServiceImpl.java
@@ -34,7 +34,7 @@
    public List<CmStaffExam> listValid(Long id) {
        LambdaQueryWrapper<CmStaffExam> wrapper = new LambdaQueryWrapper<>();
        wrapper.eq(CmStaffExam::getDelFlag, DeleteStatusEnum.NO.getStatus())
                .eq(CmStaffExam::getId,id);
                .eq(CmStaffExam::getStaffId,id);
        return cmStaffExamMapper.selectList(wrapper);
    }
}