src/main/java/com/yeshi/buwan/service/imp/live/TVLiveCategoryChannelServiceImpl.java
@@ -66,6 +66,7 @@ List<TVLiveChannel> resultList = new ArrayList<>(); for (TVLiveCategoryChannelMap sc : mapList) { if (map.get(sc.getChannelId()) != null) resultList.add(map.get(sc.getChannelId())); } return resultList;