Procházet zdrojové kódy

field字段要有 id ,模型才能成功保存

shizhongqi před 9 měsíci
rodič
revize
6763730b07

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

@@ -51,7 +51,7 @@ class CallBackNotify
         $deliveryOrder->orderStatus = $sendStatus;
         $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->save();