|
|
@@ -19,9 +19,10 @@ public interface ThirdPartWeComVideoMapperExt {
|
|
|
@Param("oldStatus") Integer oldStatus,
|
|
|
@Param("now") Long now);
|
|
|
|
|
|
- List<ContentPlatformVideo> getVideoMinScoreList(@Param("videoMinScore") Double videoMinScore,
|
|
|
+ List<ContentPlatformVideo> getVideoMinScoreList(@Param("dt") String dt,
|
|
|
+ @Param("videoMinScore") Double videoMinScore,
|
|
|
@Param("roomId") String roomId,
|
|
|
@Param("offset") int offset,
|
|
|
- @Param("limit") int limit,
|
|
|
+ @Param("pageSize") int pageSize,
|
|
|
@Param("sort") String sort);
|
|
|
}
|