|
|
@@ -178,7 +178,6 @@ public class CollectionController extends BaseController {
|
|
|
@GetMapping("/subscribeList")
|
|
|
public Map<String, Object> subscribeList() {
|
|
|
List<SubscribeListDTO> dtoPage = collectionService.subscribeAll(LocalDate.now());
|
|
|
- List<SubscribeListDTO> subscribeListDTOS = new ArrayList<>();
|
|
|
Map<String, Object> resultMap = new HashMap<>();
|
|
|
resultMap.put("subList", dtoPage);
|
|
|
// resultMap.put("notSubscribedIds", dtoPage.getContent().stream().filter(dto -> !dto.isSubscribed())
|