From e49a177357edb2300e8f5013996c0b6483f807fc Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Tue, 24 Sep 2024 16:17:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=B1=E6=80=A5=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PhoneFollowUps/PhoneFollowUpAppService.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Shentun.Peis.Application/PhoneFollowUps/PhoneFollowUpAppService.cs b/src/Shentun.Peis.Application/PhoneFollowUps/PhoneFollowUpAppService.cs index 553943a..c0b6c08 100644 --- a/src/Shentun.Peis.Application/PhoneFollowUps/PhoneFollowUpAppService.cs +++ b/src/Shentun.Peis.Application/PhoneFollowUps/PhoneFollowUpAppService.cs @@ -141,7 +141,7 @@ namespace Shentun.Peis.PhoneFollowUps /// - /// 获取人员随访记录 + /// 获取所有危急值列表 /// /// [HttpPost("api/app/PhoneFollowUp/GetPatientRegisterCriticalList")] @@ -169,8 +169,7 @@ namespace Shentun.Peis.PhoneFollowUps patient }; - var ff = query.ToQueryString(); - + var followUpGroup = query.ToList().GroupBy(g => g.followUp); var entListDto = followUpGroup.Select(s => new PhoneFollowUpWithCriticalItemDto