Browse Source

检查申请

bjmzak
DESKTOP-G961P6V\Zhh 2 years ago
parent
commit
4e1bfc8a7a
  1. 2
      src/Shentun.Peis.EntityFrameworkCore/PrintReports/CheckRequestNoReportRepository.cs

2
src/Shentun.Peis.EntityFrameworkCore/PrintReports/CheckRequestNoReportRepository.cs

@ -46,7 +46,7 @@ namespace Shentun.Peis.PrintReports
from ae in ee.DefaultIfEmpty() from ae in ee.DefaultIfEmpty()
join f in dbContext.ItemTypes on ad.ItemTypeId equals f.Id into ff join f in dbContext.ItemTypes on ad.ItemTypeId equals f.Id into ff
from af in ff.DefaultIfEmpty() from af in ff.DefaultIfEmpty()
where (a.Id == PatientRegisterId && af.CheckTypeFlag == '2')
where (a.Id == PatientRegisterId && af.IsCheckRequest == 'Y')
select new PacsNoReportDto select new PacsNoReportDto
{ {
Age = a.Age, Age = a.Age,

Loading…
Cancel
Save