DESKTOP-G961P6V\Zhh 1 year ago
parent
commit
beb2a84dc5
  1. 2
      src/Shentun.WebPeis.Application/Persons/PersonAppService.cs

2
src/Shentun.WebPeis.Application/Persons/PersonAppService.cs

@ -330,7 +330,7 @@ namespace Shentun.WebPeis.Persons
join patientRegister in await _patientRegisterRepository.GetQueryableAsync()
on patient.PatientId equals patientRegister.PatientId
where user.Id == input.PersonId &&
(patientRegister.CompleteFlag == PatientRegisterCompleteFlag.Audit)
(patientRegister.CompleteFlag == PatientRegisterCompleteFlag.SumCheck)
orderby patientRegister.MedicalStartDate
select new PersonMedicalTimesDto()
{

Loading…
Cancel
Save