From 3175e32a0560d5177ceadfbcd6ee98b2ea854abc Mon Sep 17 00:00:00 2001 From: yystopf Date: Fri, 3 Apr 2026 16:33:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=EF=BC=9A=E6=96=B0=E5=BC=80?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/user_action.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/models/user_action.rb b/app/models/user_action.rb index 5bff3c192..9ddc9c507 100644 --- a/app/models/user_action.rb +++ b/app/models/user_action.rb @@ -67,11 +67,11 @@ class UserAction < ApplicationRecord when 'Attachment' issue = Issue.find_by_id(attachment.container_id) if attachment.container_type == "Issue" && issue&.issue_classify == "issue" - return "上传附件issue地址:#{issue&.subject}" + return "上传附件issue地址:#{issue&.subject}" else - return "上传附件地址:#{attachment.title}" + return "上传附件地址:#{attachment.title}" end - when "MemoPassed" then "#{db_memo&.subject}" + when "MemoPassed" then "#{db_memo&.subject}" else "--" end end