select count(*) as '总订单',date_format(plan_start_date,'%m') as month from ppc_produce_plan group by month select count(*) as '完成订单数量',date_format(actual_end_date,'%m') as month from ppc_produce_plan where status=40 group by month; |
最佳回答 |
||||
0
|
|