| | |
| | | |
| | | /** |
| | | * 获取排课预约信息 |
| | | * |
| | | * @param page |
| | | * @param ids |
| | | * @param userId |
| | |
| | | List<Map<String, Object>> queryCoursePackageStudentList(Page<Map<String, Object>> page, @Param("ids") List<Long> ids, |
| | | @Param("userId") List<Integer> userId, @Param("studentId") List<Integer> studentId); |
| | | |
| | | StudentClassInfo listAll(@Param("tStudentId")Integer tStudentId); |
| | | StudentClassInfo listAll(@Param("tStudentId") Integer tStudentId); |
| | | |
| | | List<ClassListDto> getClassList(@Param("tStudentId")Integer tStudentId); |
| | | List<ClassListDto> getClassList(@Param("tStudentId") Integer tStudentId); |
| | | |
| | | Date getMaxDate(@Param("tStudentId")Integer tStudentId); |
| | | Date getMaxDate(@Param("tStudentId") Integer tStudentId); |
| | | |
| | | void updateSignInOrNotById(@Param("id") Long id); |
| | | |
| | | |
| | | List<ClassListDto> getHoliList(@Param("tStudentId")Integer tStudentId); |
| | | } |