dev
parent
826ea29b46
commit
b6519a3687
|
|
@ -124,7 +124,6 @@ public class StatSmsJob implements Job {
|
|||
" select t.supermarket_id, count(t.sn) truck_num, sum(t.weight) total_weight, sum(t.total_price) total_price\n" +
|
||||
" from order_temp t\n" +
|
||||
" where t.state = 5\n" +
|
||||
" and t.customer_id is not null\n" +
|
||||
" and t.create_time like ?\n" +
|
||||
" group by t.supermarket_id\n" +
|
||||
" ) a on a.supermarket_id = t.id\n" +
|
||||
|
|
|
|||
Loading…
Reference in New Issue