Просмотр исходного кода

Merge branch 'zhongqi-delivery' into dev

shizhongqi 9 месяцев назад
Родитель
Сommit
e930a1e3c4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      common/components/delivery/platform/fengniao/CallBackNotify.php

+ 1 - 1
common/components/delivery/platform/fengniao/CallBackNotify.php

@@ -51,7 +51,7 @@ class CallBackNotify
         $deliveryOrder->orderStatus = $sendStatus;
         $deliveryOrder->orderStatus = $sendStatus;
         $deliveryOrder->save();
         $deliveryOrder->save();
 
 
-        $order = OrderClass::getById($deliveryOrder->ghsOrderId, true, 'sendType,sendStatus,deliveryId');
+        $order = OrderClass::getById($deliveryOrder->ghsOrderId, true, 'id,sendType,sendStatus,deliveryId');
         $order->sendStatus = $sendStatus;
         $order->sendStatus = $sendStatus;
         $order->save();
         $order->save();