admin
2020-07-03 651a15c78f668bef3859d9ed1bb7ad0b669d3600
fanli/src/main/java/com/yeshi/fanli/service/impl/taobao/TLJBuyGoodsServiceImpl.java
@@ -13,6 +13,7 @@
import org.springframework.cache.annotation.Cacheable;
import org.springframework.cache.ehcache.EhCacheCacheManager;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import com.yeshi.fanli.dao.taobao.TLJBuyGoodsDao;
@@ -50,6 +51,7 @@
   @Resource
   private EhCacheCacheManager ehCacheCacheManager;
   @Lazy
   @Resource
   private TaoBaoGoodsUpdateService taoBaoGoodsUpdateService;