ค้นหาผู้เกียวข้องคำสั่ง
This commit is contained in:
parent
83e1e41c62
commit
e340beb79d
3 changed files with 27 additions and 21 deletions
|
|
@ -3439,7 +3439,7 @@ namespace BMA.EHR.Command.Service.Controllers
|
|||
{
|
||||
try
|
||||
{
|
||||
var data = await _repository.GetCommandProfileAsync(req.CommandTypeId, req.Year, req.Posno);
|
||||
var data = await _repository.GetCommandProfileAsync(req.CommandType, req.Year, req.Posno);
|
||||
|
||||
return Success(data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue