日期
This commit is contained in:
@@ -75,7 +75,7 @@ public interface ShopOrderStatisticMapper extends BaseMapper<ShopOrderStatistic>
|
||||
" SUM(origin_amount) as orderAmount, " +
|
||||
" SUM(order_amount) as actualAmount, " +
|
||||
" SUM(origin_amount - order_amount) as discountAmount, " +
|
||||
" trade_day as tradeDay" +
|
||||
" #{tradeDay} as tradeDay" +
|
||||
" FROM" +
|
||||
" tb_order_info " +
|
||||
" WHERE" +
|
||||
|
||||
Reference in New Issue
Block a user