diff --git a/src/Shentun.WebPeis.Application/Persons/PersonAppService.cs b/src/Shentun.WebPeis.Application/Persons/PersonAppService.cs index 0f627ec..78495bc 100644 --- a/src/Shentun.WebPeis.Application/Persons/PersonAppService.cs +++ b/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() {