yumeng 3 lat temu
rodzic
commit
9c1f4e8b13

+ 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();
 }