fix bug api แสดงรายการเงินเดือนจากระบบสรรหา
This commit is contained in:
parent
72c53c2e42
commit
4098b602ee
1 changed files with 3 additions and 1 deletions
|
|
@ -935,7 +935,9 @@ namespace BMA.EHR.Command.Service.Controllers
|
|||
{
|
||||
try
|
||||
{
|
||||
var data = await _repository.GetPlacementSalaryAsync(personalId);
|
||||
var record = await _repository.GetCommandReceiverAsync(personalId);
|
||||
|
||||
var data = await _repository.GetPlacementSalaryAsync(record!.RefPlacementProfileId!.Value);
|
||||
|
||||
return Success(data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue