admin
2020-07-15 fe646416d8d46de7b896ddbf65a3ad0cd30b729b
fanli/src/main/java/com/yeshi/fanli/util/cache/HttpGoodsCacheManager.java
@@ -9,6 +9,7 @@
import javax.annotation.Resource;
import com.yeshi.fanli.entity.SystemEnum;
import org.springframework.stereotype.Component;
import org.yeshi.utils.HttpUtil;
@@ -105,10 +106,10 @@
            List<CommonContentNav> navList = commonTemplateContentService.getNavList(type);
            if (navList != null && navList.size() > 0)
               for (CommonContentNav nav : navList) {
                  commonTemplateContentService.getContentList(type, nav.getCid(), p, 50);
                  commonTemplateContentService.getContentList(type, nav.getCid(), p, 50, SystemEnum.blks);
               }
            else {
               commonTemplateContentService.getContentList(type, null, p, 50);
               commonTemplateContentService.getContentList(type, null, p, 50, SystemEnum.blks);
            }
         }
      }