|
@@ -42,13 +42,15 @@ public interface KuaiShouVideoGetMapper extends BaseMapper<KuaiShouVideoGet> {
|
|
|
|
|
|
Integer getHotMoneyCountByAccountId(Long accountId);
|
|
|
|
|
|
- List<KuaiShouVideoGet> getZeroVideoByParams(@Param("accountId")Long accountId, @Param("startTime")String startTime, @Param("endTime")String endTime, @Param("videoCnt")Long videoCnt,@Param("appVersion")String appVersion,@Param("channelType")Integer channelType,@Param("relativeCnt")Integer relativeCnt);
|
|
|
+ List<KuaiShouVideoGet> getZeroVideoByParams(@Param("accountId") Long accountId, @Param("startTime") String startTime, @Param("endTime") String endTime, @Param("videoCnt") Long videoCnt, @Param("appVersion") String appVersion, @Param("channelType") Integer channelType, @Param("relativeCnt") Integer relativeCnt);
|
|
|
|
|
|
- List<KuaiShouVideoGet> getHistoryTopVideoByParams(@Param("accountId")Long accountId, @Param("startTime")String startTime, @Param("endTime")String endTime, @Param("videoCnt")Long videoCnt,@Param("appVersion")String appVersion,@Param("channelType")Integer channelType);
|
|
|
+ List<KuaiShouVideoGet> getHistoryTopVideoByParams(@Param("accountId") Long accountId, @Param("startTime") String startTime, @Param("endTime") String endTime, @Param("videoCnt") Long videoCnt, @Param("appVersion") String appVersion, @Param("channelType") Integer channelType);
|
|
|
|
|
|
- List<KuaishouProjectVideoGet> selectProjectVideo(@Param("projectId") Long projectId,@Param("updateTime") String updateTime);
|
|
|
+ List<KuaishouProjectVideoGet> selectProjectVideo(@Param("projectId") Long projectId, @Param("updateTime") String updateTime);
|
|
|
|
|
|
- void updateBatch(@Param(value = "videoGetList") List<KuaiShouVideoGet> videoGetList);
|
|
|
+ void updateBatch(@Param(value = "videoGetList") List<KuaiShouVideoGet> videoGetList);
|
|
|
|
|
|
List<JSONObject> getAccountIds();
|
|
|
+
|
|
|
+ List<String> queryPhotoIdsByProjectAndMd5(@Param("projectId") Long projectId, @Param("signature") String signature);
|
|
|
}
|