智慧保安后台管理-验收版本
tangzy
2021-12-06 30df94c05573a426d030510d4dd58ae1d93bfb7a
src/main/java/org/springblade/modules/exam/mapper/ExamPaperMapper.java
@@ -19,6 +19,7 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import org.apache.ibatis.annotations.Param;
import org.springblade.modules.apply.entity.Apply;
import org.springblade.modules.exam.entity.ExamPaper;
import org.springblade.modules.exam.vo.ExamPaperSubjectVO;
import org.springblade.modules.exam.vo.ExamPaperVO;
@@ -47,4 +48,10 @@
   List<ExamPaper> selectExamPaperPageTree(@Param("paper") ExamPaper examPaper);
   boolean UnbindSubject(String paperid, String subjectid);
   /**
    * 根据用户id查询报名信息
    * @param userId 用户id
    * @return
    */
   List<Apply> getApplyDetail(@Param("userId")String userId);
}