修改一版

This commit is contained in:
he
2022-07-08 14:17:21 +08:00
parent 7b94d2a74e
commit 38004c4dcf
2 changed files with 7 additions and 2 deletions
@@ -337,7 +337,7 @@ namespace IRaCIS.Core.Application.Service
{
TaskMedicalReviewId = inDto.TaskMedicalReviewId,
UserTypeShortName = _userInfo.UserTypeShortName,
Content = "MIM关闭医学审核对话",
Content = inDto.MedicalDialogCloseEnum.GetDescription()+ (inDto.DialogCloseReason.IsNullOrEmpty()? inDto.DialogCloseReason:","+ inDto.DialogCloseReason),
UserTypeEnumInt = _userInfo.UserTypeEnumInt,
};