额外字段
This commit is contained in:
@@ -99,7 +99,7 @@ public interface ShopOrderStatisticMapper extends BaseMapper<ShopOrderStatistic>
|
||||
" shop_id = #{shopId} " +
|
||||
"and statistic_date >= #{start} " +
|
||||
"and statistic_date <= #{end} " +
|
||||
"GROUP BY tradeDay asc")
|
||||
"GROUP BY tradeDay")
|
||||
List<TotalVo> getStatDateRange(Long shopId, LocalDate start, LocalDate end);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user