From 55ef999729b3c117fbab3d6abb60dcb91c5a789a Mon Sep 17 00:00:00 2001 From: yulingwei <2436953959@qq.com> Date: Thu, 16 Jan 2020 13:41:25 +0800 Subject: [PATCH] upt --- Application/Admin/Controller/GameController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/GameController.class.php b/Application/Admin/Controller/GameController.class.php index 1ce81082f..af12f1ae3 100644 --- a/Application/Admin/Controller/GameController.class.php +++ b/Application/Admin/Controller/GameController.class.php @@ -838,7 +838,7 @@ class GameController extends ThinkController } if ($id) { - $_POST['upt_time'] = $_POST['create_time'] = time(); + $_POST['upt_time'] = time(); $_POST['operater_id'] = is_login(); $upt = M('partner_divide_warn', 'tab_')->where(['id'=>$id])->save($_POST); return $upt ? $this->success("更新成功") : $this->error("更新失败");