|
@@ -33,7 +33,7 @@ public interface ContentPlatformPlanMapperExt {
|
|
|
int getVideoCount(@Param("param") VideoContentListParam param, @Param("dt") String dt,
|
|
int getVideoCount(@Param("param") VideoContentListParam param, @Param("dt") String dt,
|
|
|
@Param("minScore") Double minScore);
|
|
@Param("minScore") Double minScore);
|
|
|
|
|
|
|
|
- List<String> getVideoCategoryList(@Param("dt") String dt);
|
|
|
|
|
|
|
+ List<String> getVideoCategoryList(@Param("dt") String dt, @Param("category") String category);
|
|
|
|
|
|
|
|
List<ContentPlatformVideo> getVideoList(@Param("param") VideoContentListParam param,
|
|
List<ContentPlatformVideo> getVideoList(@Param("param") VideoContentListParam param,
|
|
|
@Param("dt") String dt,
|
|
@Param("dt") String dt,
|