admin
2021-09-24 f788607ff771a47bc60d6a86e00b3433c40f3d2c
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;