From 2a99c607e5c7dc640d3608b35a20b451e42922c3 Mon Sep 17 00:00:00 2001 From: yujian <yujian@123.com> Date: 星期二, 17 九月 2019 09:45:02 +0800 Subject: [PATCH] 品牌 --- fanli/src/main/java/com/yeshi/fanli/service/impl/brand/BrandInfoServiceImpl.java | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/brand/BrandInfoServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/brand/BrandInfoServiceImpl.java index d9668d1..8d5665f 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/impl/brand/BrandInfoServiceImpl.java +++ b/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; @@ -44,6 +46,13 @@ @Resource private BrandClassShopService brandClassShopService; + @Resource + private BrandShopCaheDao brandShopCaheDao; + + @Resource + private BrandGoodsCaheDao brandGoodsCaheDao; + + @Override public void saveObject(BrandInfo record) throws BrandInfoException{ @@ -142,4 +151,10 @@ public long countBrandInfo(Long cid){ return brandClassShopService.countBrandShopinfo(cid); } + + + public void addShopAndGoods(BrandInfo record) { + + } + } -- Gitblit v1.8.0