ค้นหาผู้เกียวข้องคำสั่ง

This commit is contained in:
DESKTOP-2S5P7D1\Windows 10 2023-09-06 11:52:48 +07:00
parent 83e1e41c62
commit e340beb79d
3 changed files with 27 additions and 21 deletions

View file

@ -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);
}