This commit is contained in:
he
2022-12-28 11:21:08 +08:00
parent f878bdfdb6
commit 3a56b52f9c
2 changed files with 4 additions and 5 deletions
@@ -614,7 +614,7 @@ namespace IRaCIS.Core.Application.Service
TaskMedicalReviewId = inDto.TaskMedicalReviewId,
UserTypeShortName = _userInfo.UserTypeShortName,
Content = inDto.Content,
ImagePath=inDto.ImagePath,
ImagePath=JsonConvert.SerializeObject(inDto.FileList),
UserTypeEnumInt = _userInfo.UserTypeEnumInt,
VisitTaskId = visitTaskId,
FileName=inDto.FileName,