展示10个
This commit is contained in:
@@ -69,7 +69,7 @@ public class DataSummaryController {
|
||||
@SaAdminCheckPermission(value = "dataSummary:productSaleData", name = "商品销售-右下")
|
||||
public CzgResult<List<ShopProdStatistic>> getProductSaleData(@RequestParam Integer day) {
|
||||
Long shopId = StpKit.USER.getShopId();
|
||||
List<ShopProdStatistic> data = prodStatisticService.getArchiveTradeDataBy20(shopId,day);
|
||||
List<ShopProdStatistic> data = prodStatisticService.getArchiveTradeDataBy10(shopId,day);
|
||||
return CzgResult.success(data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user