admin
2020-11-09 2147d023563a7c9d05d97547c00d6b0162c0644c
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/CommonContentControllerV2.java
@@ -86,7 +86,7 @@
      List<CommonContentNav> list = null;
      if (type == null || type == Constant.SOURCE_TYPE_TAOBAO) {
         list = commonTemplateContentService.getNavList(CommonContentTypeEnum.valueOf(key));
         list = commonTemplateContentService.getNavList(CommonContentTypeEnum.valueOf(key),acceptData.getSystem());
      } else if (type == Constant.SOURCE_TYPE_JD) {
         // 暂无分类
      } else if (type == Constant.SOURCE_TYPE_PDD) {