Order status bug

This commit is contained in:
Kawlll Maxso
2019-04-12 19:25:20 +08:00
parent 371aa3e4f8
commit a85b04e441
@@ -29,10 +29,6 @@ class OrdersStatusReportLogic
$completedArray = ["COMPLETED" => $completed->count()];
$combine = $statusMap + $completedArray;
return [
// $combine['PS_PROCESSING'],
// $combine['MS_WAREHOUSE_RECEIVING'],
// $combine['PS_SHIPPING'],
// $combine['COMPLETED']
(isset($combine['PS_PROCESSING'])) ? $combine['PS_PROCESSING'] : 0,
(isset($combine['MS_WAREHOUSE_RECEIVING'])) ? $combine['MS_WAREHOUSE_RECEIVING'] : 0,
(isset($combine['PS_SHIPPING'])) ? $combine['PS_SHIPPING'] : 0,