功能修改

This commit is contained in:
he
2026-06-02 09:27:41 +08:00
parent e559c2503b
commit 0508b8ffb3
2 changed files with 6 additions and 5 deletions
@@ -984,7 +984,8 @@ namespace IRaCIS.Core.Application.Service
var htmlBodyStr = string.Format(CommonEmailHelper.ReplaceCompanyName(_systemEmailConfig, input.htmlBodyStr, workLanguage),
sysUserInfo.FullName
sysUserInfo.FullName,
_systemEmailConfig.PlatformName
);
return (topicStr, htmlBodyStr);