This commit is contained in:
he
2022-12-28 17:57:57 +08:00
parent b194451752
commit 1ad7308108
3 changed files with 15 additions and 4 deletions
@@ -531,7 +531,8 @@ namespace IRaCIS.Core.Application.Service
TaskMedicalReviewId = inDto.TaskMedicalReviewId,
VisitTaskId= taskMedical.VisitTaskId,
UserTypeShortName = _userInfo.UserTypeShortName,
Content = inDto.MedicalDialogCloseEnum.GetDescription()+ (inDto.DialogCloseReason.IsNullOrEmpty()? inDto.DialogCloseReason:","+ inDto.DialogCloseReason),
MedicalDialogCloseEnum= inDto.MedicalDialogCloseEnum,
Content = inDto.DialogCloseReason,
UserTypeEnumInt = _userInfo.UserTypeEnumInt,
};