소스 검색

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

syh 4 년 전
부모
커밋
bd47a76e54
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/KuaiShouVideoGetMapper.java

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