This commit is contained in:
2025-11-24 13:53:56 +08:00
parent a2b546f85d
commit 87d6399e35

View File

@@ -75,7 +75,7 @@ public interface ShopOrderStatisticMapper extends BaseMapper<ShopOrderStatistic>
" SUM(origin_amount) as orderAmount, " + " SUM(origin_amount) as orderAmount, " +
" SUM(order_amount) as actualAmount, " + " SUM(order_amount) as actualAmount, " +
" SUM(origin_amount - order_amount) as discountAmount, " + " SUM(origin_amount - order_amount) as discountAmount, " +
" trade_day as tradeDay" + " #{tradeDay} as tradeDay" +
" FROM" + " FROM" +
" tb_order_info " + " tb_order_info " +
" WHERE" + " WHERE" +