@@ -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) {