|
|
@@ -143,7 +143,7 @@ class OrderPackageService
|
|
|
foreach ($orders as $order){
|
|
|
$orderHeader = $dataHandlerService->getKeyValue(['orderno'=>$order->code],$orderHeaders_map);
|
|
|
if(!$orderHeader)continue;
|
|
|
- if($orderHeader->sotatus == 90)continue;
|
|
|
+ if($orderHeader->sostatus == 90)continue;
|
|
|
$params = $this->getInnerParams($orderHeader,$order,$packages_maps,$logistic);
|
|
|
$inner_params = array_merge($inner_params,$params);
|
|
|
}
|