yujian
2019-07-29 da5b042a5b0d47aeda20c7998f36277d05bee59f
专题数据
3个文件已修改
10 ■■■■■ 已修改文件
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/CommonContentControllerV2.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/JingDongControllerV2.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/PinDuoDuoControllerV2.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/CommonContentControllerV2.java
@@ -80,9 +80,9 @@
        if (goodsType == null || goodsType == Constant.SOURCE_TYPE_TAOBAO) {
            list = commonTemplateContentService.getNavList(CommonContentTypeEnum.valueOf(key));
        } else if (goodsType == Constant.SOURCE_TYPE_JD) {
            // 暂无分类
        } else if (goodsType == Constant.SOURCE_TYPE_PDD) {
            // 暂无分类
        }
        
        if (list == null) {
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/JingDongControllerV2.java
@@ -93,8 +93,7 @@
    @RequestMapping(value = "getGoodsInfo")
    public void getGoodsInfo(AcceptData acceptData, Long cid, Integer page, PrintWriter out) {
        JSONObject root = new JSONObject();
//        if (cid == 1 && page == 1) {
        if (page == 1) {
        if (cid == 1 && page == 1) {
            List<SwiperPicture> topPicList = swiperPictureService.getByBannerCard("jingdong_special_index");
            if (topPicList == null) {
                topPicList = new ArrayList<SwiperPicture>();
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/PinDuoDuoControllerV2.java
@@ -88,8 +88,7 @@
    @RequestMapping(value = "getGoodsInfo")
    public void getGoodsInfo(AcceptData acceptData, Long cid, Integer page, PrintWriter out) {
        JSONObject root = new JSONObject();
//        if (cid == 1 && page == 1) {
        if (page == 1) {
        if (cid == 1 && page == 1) {
            List<SwiperPicture> topPicList = swiperPictureService.getByBannerCard("pinduoduo_special_index");
            if (topPicList == null) {
                topPicList = new ArrayList<SwiperPicture>();