日期范围
This commit is contained in:
@@ -18,7 +18,6 @@ public interface ShopProdStatisticService extends IService<ShopProdStatistic> {
|
||||
/**
|
||||
* 统计一段时间内的商品交易数据
|
||||
*
|
||||
* @param param 入参
|
||||
* @return 商品数据
|
||||
*/
|
||||
SaleSummaryCountVo summaryCount(Long shopId, String productName, String rangeType, LocalDate start, LocalDate end);
|
||||
@@ -40,14 +39,12 @@ 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, String rangeType, LocalDate start, LocalDate end);
|
||||
List<ShopProdStatistic> getArchiveTradeDataBy20(Long shopId, Integer day);
|
||||
|
||||
//------------------------------------------------------------下列为 后台使用------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* 统计某天数据并插入数据库
|
||||
*
|
||||
* @param day
|
||||
*/
|
||||
void statisticAndInsert(Long shopId, LocalDate day);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user