Sfoglia il codice sorgente

chore: 消除冲突方法

191250028 3 anni fa
parent
commit
6768853518

+ 1 - 5
seecoder-portal-server/src/main/java/cn/seecoder/seecoderportalserver/serviceImpl/CommunicationServiceImpl.java

@@ -55,7 +55,7 @@ public class CommunicationServiceImpl implements CommunicationService {
     }
 
     /**
-     *
+     * 将分页的内容转换为分页的VO
      * @author   fanyanpeng
      * @date 2023/7/12 12:00
      * @param communicationPage
@@ -100,10 +100,6 @@ public class CommunicationServiceImpl implements CommunicationService {
         return null;
     }
 
-    @Override
-    public PageVO<CommunicationVO> getCommunicationPageByUserId(String userId, Integer page, Integer size) {
-        return null;
-    }
 
     @Override
     public PageVO<CommunicationVO> getCommunicationPage(Integer page, Integer size, CommunicationSortStrategyEnum sort) {