yujian
2020-01-18 f4a0f2acc63d7785eab108419a4e16f5f688cb95
fanli/src/main/java/com/yeshi/fanli/service/impl/brand/BrandGoodsCaheServiceImpl.java
@@ -18,6 +18,7 @@
import com.yeshi.fanli.entity.brand.BrandGoodsCahe;
import com.yeshi.fanli.entity.brand.BrandInfo;
import com.yeshi.fanli.entity.jd.JDGoods;
import com.yeshi.fanli.entity.system.ConfigKeyEnum;
import com.yeshi.fanli.entity.taobao.SearchFilter;
import com.yeshi.fanli.entity.taobao.TaoBaoGoodsBrief;
import com.yeshi.fanli.entity.taobao.TaoBaoSearchResult;
@@ -175,7 +176,7 @@
         int count = 0;
         int countShop = 0;
         JDSearchResult result = null;
         String way = configService.get("jd_api_search_key");
         String way = configService.get(ConfigKeyEnum.jdApiSearchKey.getKey());
         // 删除店铺
         brandShopCaheService.removeByDateAndType(brandInfo.getId(), 20, date);