yumeng 3 년 전
부모
커밋
9c1f4e8b13
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/IKuaiShouVideoGetService.java

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/IKuaiShouVideoGetService.java

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