|
@@ -63,7 +63,7 @@ public interface IKuaiShouVideoGetService extends IService<KuaiShouVideoGet> {
|
|
|
|
|
|
JSONObject getVideoByPhotoIdAndAccountId(Long accountId, Long photoId);
|
|
JSONObject getVideoByPhotoIdAndAccountId(Long accountId, Long photoId);
|
|
|
|
|
|
- List<JSONObject> getVideoListByDate(Date startDate, Date endDate);
|
|
|
|
|
|
+ List<JSONObject> getVideoListByDate(String date);
|
|
|
|
|
|
List<String> getDateList();
|
|
List<String> getDateList();
|
|
}
|
|
}
|