日期
This commit is contained in:
@@ -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" +
|
||||||
|
|||||||
Reference in New Issue
Block a user