曾超新 5 years ago
parent 3bd8249aea
commit a15eab7c4d
  1. 1
      frontend/controllers/InsurerController.php

@ -3482,6 +3482,7 @@ class InsurerController extends BaseController
$this->getGift(0, $gift_id, $order_info->car_no, $order_info, $order_gift_id);
}
}
echo time();
$order_info->gift_status = 1;
if(!$order_info->save()) {
throw new \Exception(print_r($order_info->getErrors(), true));

Loading…
Cancel
Save