This commit is contained in:
parent
bfc49ee9a6
commit
e57274d446
1 changed files with 1 additions and 1 deletions
|
|
@ -1180,7 +1180,7 @@ namespace BMA.EHR.DisciplineInvestigate.Service.Controllers
|
||||||
/// <response code="500">เมื่อเกิดข้อผิดพลาดในการทำงาน</response>
|
/// <response code="500">เมื่อเกิดข้อผิดพลาดในการทำงาน</response>
|
||||||
[HttpPost("report")]
|
[HttpPost("report")]
|
||||||
// [HttpPut("report/{commandTypeId:length(36)}")]
|
// [HttpPut("report/{commandTypeId:length(36)}")]
|
||||||
public async Task<ActionResult<ResponseObject>> PostToReport([FromBody] DisciplineProfileRequest req)
|
public async Task<ActionResult<ResponseObject>> PostToReport([FromForm] DisciplineProfileRequest req)
|
||||||
{
|
{
|
||||||
foreach (var item in req.id)
|
foreach (var item in req.id)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue