admin
2021-04-22 745320cbb4edfa4fbc8f0f95483a4ee7893d5769
src/main/java/com/yeshi/buwan/controller/admin/VideoTypeController.java
@@ -22,7 +22,7 @@
import com.yeshi.buwan.domain.HomeNotice;
import com.yeshi.buwan.domain.HomeType;
import com.yeshi.buwan.domain.HomeVideo;
import com.yeshi.buwan.domain.SystemInfo;
import com.yeshi.buwan.domain.system.SystemInfo;
import com.yeshi.buwan.domain.VideoInfo;
import com.yeshi.buwan.domain.VideoIntersection;
import com.yeshi.buwan.domain.VideoType;
@@ -75,7 +75,7 @@
        }
        String type = req.getParameter("type");
        if (type.equalsIgnoreCase("getResource")) {// 获取来源列表
            out.print(videoResourceService.resourceListToJson(videoResourceService.getResourceList(), null));
            out.print(videoResourceService.resourceListToJson(videoResourceService.getResourceList()));
        } else if (type.equalsIgnoreCase("getNextVideoTypeList")) {// 获取下级分类
            String id = req.getParameter("id");
            List<VideoType> list = classService.getFirstTypeList(id);