|
@@ -339,6 +339,22 @@ public interface CourseScheduleStudentPaymentDao extends BaseDAO<Long, CourseSch
|
|
|
List<RongyunBasicUserDto> queryNoJoinStu(@Param("roomId") String roomId, @Param("courseScheduleId") String courseScheduleId);
|
|
|
|
|
|
/**
|
|
|
+ * @param batchNo:
|
|
|
+ * @return java.util.List<com.ym.mec.biz.dal.entity.CourseScheduleStudentPayment>
|
|
|
+ * @describe 根据批次号获取学员课程缴费记录
|
|
|
+ * @author Joburgess
|
|
|
+ * @date 2020.10.30
|
|
|
+ */
|
|
|
+ List<CourseScheduleStudentPayment> findByBatchNo(@Param("batchNo") String batchNo);
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 获取学生班级未开始的课程
|
|
|
+ */
|
|
|
+ List<CourseScheduleStudentPayment> getClassGroupNoStartCourse(@Param("classGroupIds") List<Integer> classGroupIds);
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
* @describe 获取指定学员的最后一节课时间
|
|
|
* @author Joburgess
|
|
|
* @date 2020/11/17 0017
|