From b410e264efa545ab385044e1c31b74484adc4fea Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Mon, 22 Jul 2019 16:41:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/system_update.json.jbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/system_update.json.jbuilder b/app/views/users/system_update.json.jbuilder index 7379bd1f4..2cf2a4527 100644 --- a/app/views/users/system_update.json.jbuilder +++ b/app/views/users/system_update.json.jbuilder @@ -1,6 +1,6 @@ if @notice && @notice.end_time > Time.now json.system_update true - json.system_score @notice.rstrip + json.system_score @notice.notes.rstrip json.(@notice, :subject, :start_time, :end_time) else json.system_update false