yujian
2019-07-29 79b7711d49cee381ae0676f13a980851926a536c
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) {