Execute คำสั่ง เพิ่มเติม

This commit is contained in:
Suphonchai Phoonsawat 2023-09-07 09:45:36 +07:00
parent e5af4a3513
commit d887503b51
2 changed files with 655 additions and 5 deletions

View file

@ -1,6 +1,4 @@
using Amazon.Runtime.Internal.Transform;
using Amazon.S3.Model.Internal.MarshallTransformations;
using BMA.EHR.Application.Common.Interfaces;
using BMA.EHR.Application.Common.Interfaces;
using BMA.EHR.Application.Responses.Reports;
using BMA.EHR.Domain.Extensions;
using BMA.EHR.Domain.Models.Commands.Core;
@ -278,7 +276,7 @@ namespace BMA.EHR.Application.Repositories.Commands
}
var report_data = (from r in raw_data
join p in _dbContext.Set<PlacementProfile>()
join p in _dbContext.Set<PlacementAppointment>()
.Include(x => x.OrganizationPosition)
.ThenInclude(x => x.Organization)
.Include(x => x.PositionPath)