From efde6cd71f173f8443d2107fb6ec818086ef9b22 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Mon, 22 Jul 2019 16:19:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=9C=AB=E5=B0=BE=E7=9A=84?= =?UTF-8?q?=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/system_update.json.jbuilder | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/users/system_update.json.jbuilder b/app/views/users/system_update.json.jbuilder index cfc078f03..7379bd1f4 100644 --- a/app/views/users/system_update.json.jbuilder +++ b/app/views/users/system_update.json.jbuilder @@ -1,6 +1,7 @@ if @notice && @notice.end_time > Time.now json.system_update true - json.(@notice, :subject, :notes, :start_time, :end_time) + json.system_score @notice.rstrip + json.(@notice, :subject, :start_time, :end_time) else json.system_update false end \ No newline at end of file