|
@@ -21,8 +21,9 @@ public interface KuaiShouVideoGetMapper extends BaseMapper<KuaiShouVideoGet> {
|
|
|
|
|
|
List<KuaiShouVideoGetVo> getVideoList(Map<String, Object> requestMap);
|
|
List<KuaiShouVideoGetVo> getVideoList(Map<String, Object> requestMap);
|
|
|
|
|
|
- List<KuaiShouVideoGet> getHighQualityVideo(long accountId, int days, int num);
|
|
|
|
|
|
+ List<KuaiShouVideoGet> getHighQualityVideo(long accountId,int days,int num);
|
|
|
|
|
|
|
|
+ List<KuaiShouVideoGet> selectPhotoIdsByAccountId(Long accountId);
|
|
List<JSONObject> getVideoListByMap(Map<String, Object> requestMap);
|
|
List<JSONObject> getVideoListByMap(Map<String, Object> requestMap);
|
|
List<KuaiShouVideoGet> selectPhotoIdsByAccountId(Long accountId);
|
|
List<KuaiShouVideoGet> selectPhotoIdsByAccountId(Long accountId);
|
|
}
|
|
}
|