dev
parent
ca11e8e630
commit
1497737f14
|
|
@ -163,7 +163,7 @@ group by date
|
|||
" ifnull(sum(case when t.create_time like '" + premonthtm + "%' then t.total_price end ), 0) before_month_total_price, \n" +
|
||||
" ifnull(sum(case when t.create_time like '" + predaytm + "%' then t.total_price end) , 0) before_day_total_price \n" +
|
||||
" from order_temp t\n" +
|
||||
" where t.state = 5";
|
||||
" where t.state = ?";
|
||||
|
||||
String sql_ordercluster_truck = "select\n" +
|
||||
" count(t.id) truck_cnt,\n" +
|
||||
|
|
|
|||
Loading…
Reference in New Issue