修改
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user