|
|
@@ -338,7 +338,7 @@ func GetFohowMonthNewOrderTotals(startTime, endTime string) (list []*MonthItem)
|
|
|
WHERE
|
|
|
date_add(created_at, INTERVAL 8 HOUR) < '%s'
|
|
|
AND date_add(created_at, INTERVAL 8 HOUR) >= '%s'
|
|
|
- AND state in ('processing','dispatch','complete')
|
|
|
+ AND status in ('processing','dispatch','complete')
|
|
|
GROUP BY
|
|
|
ym
|
|
|
ORDER BY
|