Prechádzať zdrojové kódy

添加爆量视频复建计划定时任务

syh 4 rokov pred
rodič
commit
bd47a76e54

+ 0 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/KuaiShouVideoGetMapper.java

@@ -25,5 +25,4 @@ public interface KuaiShouVideoGetMapper extends BaseMapper<KuaiShouVideoGet> {
 
     List<KuaiShouVideoGet> selectPhotoIdsByAccountId(Long accountId);
     List<JSONObject> getVideoListByMap(Map<String, Object> requestMap);
-    List<KuaiShouVideoGet> selectPhotoIdsByAccountId(Long accountId);
 }