“djh”
2024-11-11 8458e64aab474c0fc2f49ae4ff22fb11ce5cf6e2
exam-system/src/main/java/com/gkhy/exam/system/mapper/ExPhaseStudentMapper.java
@@ -52,4 +52,11 @@
     * @return
     */
    Integer selectCountByPhaseStudentId(@Param("phaseId") Long phaseId, @Param("studentId")Long studentId);
    /**
     * 根据学员id获取学员批次分配列表
     * @param studentId
     * @return
     */
    public List<ExPhaseStudent> selectPhaseStudentByStudentId(Long studentId);
}