From c39d7e5e530784e589fb217336a385ebaf419589 Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Thu, 13 Jun 2024 12:22:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=91=8A=E7=8A=B6=E6=80=81=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Shentun.WebPeis.Application/Persons/PersonAppService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {