lisai17@sina.com 2020-11-10 09:29:08 +08:00
parent 826ea29b46
commit b6519a3687
1 changed files with 0 additions and 1 deletions

View File

@ -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" + " 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" + " from order_temp t\n" +
" where t.state = 5\n" + " where t.state = 5\n" +
" and t.customer_id is not null\n" +
" and t.create_time like ?\n" + " and t.create_time like ?\n" +
" group by t.supermarket_id\n" + " group by t.supermarket_id\n" +
" ) a on a.supermarket_id = t.id\n" + " ) a on a.supermarket_id = t.id\n" +