| | |
| | | * 获取福利课程列表 |
| | | * @param uid |
| | | * @param classificationId |
| | | * @param pageSize |
| | | * @param pageNo |
| | | * @param offset |
| | | * @param limit |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> queryBenefitsVideosList(@Param("uid") Integer uid, @Param("classificationId") Integer classificationId, |
| | | @Param("ids") List<Integer> ids, @Param("pageSize") Integer pageSize, @Param("pageNo") Integer pageNo); |
| | | @Param("ids") List<Integer> ids, @Param("offset") Integer offset, @Param("limit") Integer limit); |
| | | |
| | | List<BenefitsVideos> getBenefitVideoById(@Param("id")Integer id); |
| | | |