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