เพิ่มฟิวคำสั่ง

This commit is contained in:
Kittapath 2024-05-09 12:53:07 +07:00
parent db712d586a
commit 083d48c24c
10 changed files with 17786 additions and 38 deletions

View file

@ -131,7 +131,7 @@ namespace BMA.EHR.Placement.Service.Controllers
p.Status,
p.Amount,
p.RecruitDate,
// p.RecruitDate,
p.ReportingDate,
p.IsActive,
@ -228,7 +228,7 @@ namespace BMA.EHR.Placement.Service.Controllers
p.Status,
p.Amount,
p.RecruitDate,
p.ReportingDate,
p.CreatedAt,
p.Reason,
@ -244,6 +244,7 @@ namespace BMA.EHR.Placement.Service.Controllers
p.PositionOld,
// PlacementAppointmentDocs = p.PlacementAppointmentDocs.Where(d => d.Document != null).Select(d => new { d.Document.Id, d.Document.FileName }),
p.typeCommand,
p.posmasterId,
})
.FirstOrDefaultAsync();
if (data == null)
@ -322,7 +323,7 @@ namespace BMA.EHR.Placement.Service.Controllers
data.Status,
data.Amount,
data.RecruitDate,
data.ReportingDate,
data.CreatedAt,
data.Reason,
@ -338,6 +339,7 @@ namespace BMA.EHR.Placement.Service.Controllers
data.PositionOld,
// Docs = placementAppointmentDocs,
data.typeCommand,
data.posmasterId,
};
return Success(_data);