แก้ชื่อฟิวสละสิทธ
This commit is contained in:
parent
9eee46f316
commit
de837e1215
1 changed files with 4 additions and 4 deletions
|
|
@ -113,7 +113,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
BmaOfficer = x.IsOfficer,
|
||||
StatusId = x.PlacementStatus,
|
||||
Number = x.Number,
|
||||
Disclaim = x.IsRelief,
|
||||
Deferment = x.IsRelief,
|
||||
}).ToListAsync();
|
||||
|
||||
var result = new List<dynamic>();
|
||||
|
|
@ -133,7 +133,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
BmaOfficer = await _documentService.CheckBmaOfficer(p.IdCard),
|
||||
p.StatusId,
|
||||
p.Number,
|
||||
p.Disclaim,
|
||||
p.Deferment,
|
||||
};
|
||||
result.Add(_data);
|
||||
}
|
||||
|
|
@ -165,7 +165,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
BmaOfficer = x.IsOfficer,
|
||||
StatusId = x.PlacementStatus,
|
||||
Number = x.Number,
|
||||
Disclaim = x.IsRelief,
|
||||
Deferment = x.IsRelief,
|
||||
}).ToListAsync();
|
||||
|
||||
var result = new List<dynamic>();
|
||||
|
|
@ -185,7 +185,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
BmaOfficer = await _documentService.CheckBmaOfficer(p.IdCard),
|
||||
p.StatusId,
|
||||
p.Number,
|
||||
p.Disclaim,
|
||||
p.Deferment,
|
||||
};
|
||||
result.Add(_data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue