展示10个

This commit is contained in:
2025-11-24 14:14:46 +08:00
parent 57d4c8f794
commit ee41fd2253
3 changed files with 4 additions and 4 deletions

View File

@@ -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);
//------------------------------------------------------------下列为 后台使用------------------------------------------------------------