首页统计排除预售订单
parent
f228ed7303
commit
6c47c07ae0
|
|
@ -554,6 +554,7 @@ public class OrderStatService {
|
|||
" select t.supermarket_id as id, t.paid, t.total_price, t.weight, t.product_id\n" +
|
||||
" from order_temp t\n" +
|
||||
" where t.state = 5 \n" +
|
||||
" and t.sale_type = 0 \n" +
|
||||
// " and t.create_time like ? \n" +
|
||||
" and t.create_time between ? and ? \n" +
|
||||
saleParams +
|
||||
|
|
|
|||
Loading…
Reference in New Issue