Browse Source

预约

master
DESKTOP-G961P6V\Zhh 2 years ago
parent
commit
1f7e24b49d
  1. 1
      src/Shentun.WebPeis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs

1
src/Shentun.WebPeis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs

@ -539,6 +539,7 @@ namespace Shentun.WebPeis.AppointPatientRegisters
where user.Id == input.PersonId &&
(patientRegister.CompleteFlag == PatientRegisterCompleteFlag.PreRegistration ||
patientRegister.CompleteFlag == PatientRegisterCompleteFlag.Registration) &&
patientRegister.CustomerOrgId != GuidFlag.PersonCustomerOrgId &&
patientRegister.MedicalStartDate >= DateTime.Now.Date.AddDays(-365)
orderby patientRegister.MedicalStartDate descending
select new PatientRegisterDto()

Loading…
Cancel
Save