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