yujian
2019-09-17 2a99c607e5c7dc640d3608b35a20b451e42922c3
fanli/src/main/java/com/yeshi/fanli/service/impl/brand/BrandInfoServiceImpl.java
@@ -9,6 +9,8 @@
import org.springframework.cache.annotation.Cacheable;
import org.springframework.stereotype.Service;
import com.yeshi.fanli.dao.brand.BrandGoodsCaheDao;
import com.yeshi.fanli.dao.brand.BrandShopCaheDao;
import com.yeshi.fanli.dao.mybatis.brand.BrandInfoMapper;
import com.yeshi.fanli.entity.brand.BrandInfo;
import com.yeshi.fanli.entity.taobao.TaoBaoShop;
@@ -43,6 +45,13 @@
   
   @Resource
   private BrandClassShopService brandClassShopService;
   @Resource
   private BrandShopCaheDao brandShopCaheDao;
   @Resource
   private BrandGoodsCaheDao brandGoodsCaheDao;
   
   @Override
@@ -142,4 +151,10 @@
   public long countBrandInfo(Long cid){
      return brandClassShopService.countBrandShopinfo(cid);
   }
   public void addShopAndGoods(BrandInfo record) {
   }
}