展示10个
This commit is contained in:
@@ -39,7 +39,7 @@ public interface ShopProdStatisticService extends IService<ShopProdStatistic> {
|
||||
* @return 商品数据
|
||||
*/
|
||||
List<ShopProdStatistic> getArchiveTradeData(Long shopId, String productName, String rangeType, LocalDate start, LocalDate end);
|
||||
List<ShopProdStatistic> getArchiveTradeDataBy20(Long shopId, Integer day);
|
||||
List<ShopProdStatistic> getArchiveTradeDataBy10(Long shopId, Integer day);
|
||||
|
||||
//------------------------------------------------------------下列为 后台使用------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user