แก้ upload บรรจุ
This commit is contained in:
parent
d3bb241386
commit
786334d8bb
2 changed files with 1 additions and 1 deletions
|
|
@ -1213,7 +1213,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
}
|
||||
|
||||
[HttpPut("doc/{personalId:length(36)}")]
|
||||
public async Task<ActionResult<ResponseObject>> UpdateDoc([FromBody] PlacementFileRequest req, Guid personalId)
|
||||
public async Task<ActionResult<ResponseObject>> UpdateDoc([FromForm] PlacementFileRequest req, Guid personalId)
|
||||
{
|
||||
var placementProfile = await _context.PlacementProfiles
|
||||
.Include(x => x.PlacementCertificates)
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue