return ไฟล์สรุปผลวินัย
This commit is contained in:
parent
a18d61ce63
commit
a0b7be76ae
1 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ namespace BMA.EHR.DisciplineResult.Service.Controllers
|
|||
{
|
||||
doc.Id,
|
||||
doc.FileName,
|
||||
PathName = await _documentService.ImagesPath(doc.Id)
|
||||
PathName = await _documentService.ImagesPath(doc.Id),
|
||||
};
|
||||
disciplineDisciplinary_DocResults.Add(_doc);
|
||||
}
|
||||
|
|
@ -156,7 +156,7 @@ namespace BMA.EHR.DisciplineResult.Service.Controllers
|
|||
disciplineDisciplinary_DocResults,
|
||||
};
|
||||
|
||||
return Success(_data);
|
||||
return Success(data);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue