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("更新失败");