额外字段

This commit is contained in:
2025-11-22 15:45:58 +08:00
parent 0f53f3363f
commit 69fd3fbc48

View File

@@ -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);
/**