From d8b968e46abf9c84c0ea24152300df4300eeeae3 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 7 Jun 2022 17:42:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=82=AE=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Common/MailService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Common/MailService.cs b/IRaCIS.Core.Application/Service/Common/MailService.cs index d645a0df9..1cc0514cc 100644 --- a/IRaCIS.Core.Application/Service/Common/MailService.cs +++ b/IRaCIS.Core.Application/Service/Common/MailService.cs @@ -576,7 +576,7 @@ namespace IRaCIS.Application.Services trialInfo.ResearchProgramNo, trialInfo.TrialCode, sysUserInfo.UserName, - sysUserInfo.UserTypeRole.UserTypeShortName, + userType.UserTypeShortName, sysUserInfo.IsFirstAdd ? redirectUrl : baseUrl ); }