yujian
2019-05-14 2b82f0694b9d0487cccc135852a49f7da3e2ecba
fanli/src/main/java/com/yeshi/fanli/service/impl/goods/TaoBaoGoodsBriefServiceImpl.java
@@ -186,5 +186,17 @@
      return taoBaoGoodsBrief;
   }
   @Override
   public List<TaoBaoGoodsBrief> listByShopId(long start, int count, Long shopId) {
      return taoBaoGoodsBriefMapper.listByShopId(start, count, shopId);
   }
   @Override
   public long countByShopId(Long shopId) {
      return taoBaoGoodsBriefMapper.countByShopId(shopId);
   }
}