fix: 动态文案调整

This commit is contained in:
yystopf 2025-01-09 14:45:43 +08:00
parent accecb3d0c
commit 38d860385d
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ class Journal < ApplicationRecord
prefix += "任务" if self.issue.pm_issue_type == 2
prefix += "缺陷" if self.issue.pm_issue_type == 3
prefix += "<b>#{self.issue.subject}</b>"
content = prefix + content
content = prefix + content.sub('将', '的')
end
content
end