修改一版
This commit is contained in:
@@ -575,11 +575,11 @@ namespace IRaCIS.Core.API.Controllers
|
||||
var (serverFilePath, relativePath, fileRealName) = FileStoreHelper.GetMedicalReviewImage(_hostEnvironment, fileName, trialId, taskMedicalReviewId);
|
||||
|
||||
|
||||
await _repository.UpdatePartialFromQueryAsync<TaskMedicalReview>(x => x.Id == taskMedicalReviewId, x => new TaskMedicalReview()
|
||||
{
|
||||
ImagePath = relativePath,
|
||||
FileName = fileName,
|
||||
});
|
||||
//await _repository.UpdatePartialFromQueryAsync<TaskMedicalReview>(x => x.Id == taskMedicalReviewId, x => new TaskMedicalReview()
|
||||
//{
|
||||
// ImagePath = relativePath,
|
||||
// FileName = fileName,
|
||||
//});
|
||||
|
||||
path = relativePath;
|
||||
fileDto.Path = relativePath;
|
||||
|
||||
Reference in New Issue
Block a user