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); } }