智慧保安后台管理-外网
Administrator
2021-09-11 afd1817037c8e28838066aa89fcc480cabee255e
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.entity.ExamSubjectChoices;
import org.springblade.modules.exam.vo.ExamPaperSubjectVO;
@@ -102,4 +103,11 @@
    * @return
    */
   Integer getTrainNumber(@Param("examPaper")ExamPaperVO examPaperVO1);
   /**
    * 根据用户id查询报名信息
    * @param userId 用户id
    * @return
    */
   List<Apply> getApplyDetail(@Param("userId")String userId);
}