| | |
| | | public interface TCoursePackagePaymentService extends IService<TCoursePackagePayment> { |
| | | |
| | | |
| | | |
| | | /** |
| | | * 获取课程购买人数 |
| | | * |
| | | * @param coursePackageId |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 查询课包发布的课后视频列表 |
| | | * |
| | | * @param search |
| | | * @param courseIds |
| | | * @return |
| | | */ |
| | | List<AppUserVideoResponse> queryAfterVideo(CourseOfAfterRequest search,List<Integer> courseIds); |
| | | List<AppUserVideoResponse> queryAfterVideo(CourseOfAfterRequest search, List<Integer> courseIds); |
| | | |
| | | /** |
| | | * 获取课后视频详情 |
| | | * |
| | | * @param detailsRequest |
| | | * @param appUserId |
| | | * @return |
| | | */ |
| | | CourseOfVideoResponse queryVideoDetails(CourseWithDetailsRequest detailsRequest,Integer appUserId); |
| | | CourseOfVideoResponse queryVideoDetails(CourseWithDetailsRequest detailsRequest, Integer appUserId); |
| | | |
| | | /** |
| | | * 更新视频学习状态 |
| | | * |
| | | * @param detailsRequest |
| | | * @param appUserId |
| | | * @return |
| | |
| | | |
| | | /** |
| | | * 获取用户已报名课程 |
| | | * |
| | | * @param courseTypeId |
| | | * @param appUserId |
| | | * @return |
| | |
| | | |
| | | /** |
| | | * 获取已报名课包详情 |
| | | * |
| | | * @param coursePayId |
| | | * @param appUserId |
| | | * @return |
| | | */ |
| | | CourseDetailsResponse queryRegisteredCourseDetails(Long coursePayId, Integer appUserId,String lon,String lat); |
| | | CourseDetailsResponse queryRegisteredCourseDetails(Long coursePayId, Integer appUserId, String lon, String lat); |
| | | |
| | | |
| | | |
| | | ResultUtil ContinuationOrpaymentCourse(Integer userIdFormRedis, ClasspaymentRequest request); |
| | | ResultUtil ContinuationOrpaymentCourse(Integer userId, ClasspaymentRequest request); |
| | | |
| | | /** |
| | | * 查询学员的课包上课记录 |
| | | * |
| | | * @param stuId |
| | | * @param appUserId |
| | | * @return |
| | | */ |
| | | List<RecordAppoint> obtainStuClassDetails(Integer stuId, Integer appUserId,Integer pageNum); |
| | | List<RecordAppoint> obtainStuClassDetails(Integer stuId, Integer appUserId, Integer pageNum); |
| | | |
| | | ResultUtil insertVipPaymentCallback(String code, String orderNumber); |
| | | |
| | |
| | | |
| | | /** |
| | | * 获取课包报名信息 |
| | | * |
| | | * @param page |
| | | * @param queryRegistrationRecord |
| | | * @return |
| | |
| | | |
| | | /** |
| | | * 获取未预约排课学员列表 |
| | | * |
| | | * @param page |
| | | * @param queryWalkInStudentList |
| | | * @return |
| | |
| | | |
| | | void updateUseTime(Long id, Date date); |
| | | |
| | | List<Integer> getStudentIds(Long payId,Integer classId,Integer appId); |
| | | List<Integer> getStudentIds(Long payId, Integer classId, Integer appId); |
| | | |
| | | boolean updateHoursById(TCoursePackagePayment byId, int i); |
| | | |
| | |
| | | |
| | | List<RegisterOrderVO> listAllRegister(RegisterOrderQuery query); |
| | | |
| | | List<Map<String, Object>> getStudentTotal(StudentQeryDto studentQeryDto); |
| | | List<Map<String, Object>> getStudentTotal(StudentQeryDto studentQeryDto); |
| | | |
| | | List<Map<String, Object>> bypac(PacQueryDto pacQueryDto); |
| | | |
| | | List<TCoursePackagePayment> listOne(List<Integer> ids); |
| | | |
| | | Integer listStoreId(String code); |