From 3bd8249aea8a4e3f1e29c3aae9c5146acd7c8574 Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Tue, 5 Nov 2019 22:02:35 +0800 Subject: [PATCH] test5 --- frontend/controllers/InsurerController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/controllers/InsurerController.php b/frontend/controllers/InsurerController.php index 8765610..def01ca 100644 --- a/frontend/controllers/InsurerController.php +++ b/frontend/controllers/InsurerController.php @@ -3632,7 +3632,6 @@ class InsurerController extends BaseController if(!$order_gift_info->save()) { throw new \Exception(print_r($order_gift_info->getErrors(), true)); } - echo time(); } }