From a15eab7c4d576157d18f3597509b7ae8c305e95d Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Tue, 5 Nov 2019 22:03:41 +0800 Subject: [PATCH] test1 --- frontend/controllers/InsurerController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/controllers/InsurerController.php b/frontend/controllers/InsurerController.php index def01ca..bb31762 100644 --- a/frontend/controllers/InsurerController.php +++ b/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));