Browse Source

危急值

master
wxd 1 year ago
parent
commit
e49a177357
  1. 5
      src/Shentun.Peis.Application/PhoneFollowUps/PhoneFollowUpAppService.cs

5
src/Shentun.Peis.Application/PhoneFollowUps/PhoneFollowUpAppService.cs

@ -141,7 +141,7 @@ namespace Shentun.Peis.PhoneFollowUps
/// <summary> /// <summary>
/// 获取人员随访记录
/// 获取所有危急值列表
/// </summary> /// </summary>
/// <returns></returns> /// <returns></returns>
[HttpPost("api/app/PhoneFollowUp/GetPatientRegisterCriticalList")] [HttpPost("api/app/PhoneFollowUp/GetPatientRegisterCriticalList")]
@ -169,8 +169,7 @@ namespace Shentun.Peis.PhoneFollowUps
patient patient
}; };
var ff = query.ToQueryString();
var followUpGroup = query.ToList().GroupBy(g => g.followUp); var followUpGroup = query.ToList().GroupBy(g => g.followUp);
var entListDto = followUpGroup.Select(s => new PhoneFollowUpWithCriticalItemDto var entListDto = followUpGroup.Select(s => new PhoneFollowUpWithCriticalItemDto

Loading…
Cancel
Save