diff --git a/src/Shentun.Peis.Application/PacsBusiness/PacsBusinessAppService.cs b/src/Shentun.Peis.Application/PacsBusiness/PacsBusinessAppService.cs index c5bef56..ff507a8 100644 --- a/src/Shentun.Peis.Application/PacsBusiness/PacsBusinessAppService.cs +++ b/src/Shentun.Peis.Application/PacsBusiness/PacsBusinessAppService.cs @@ -430,7 +430,7 @@ namespace Shentun.Peis.PacsBusiness .Select(s => new GetPatientRegisterPacsCheckDto { CheckRequestNo = s.Key, - AsbitemName = s.Key, + AsbitemName = s.FirstOrDefault().asbitemName, PatientName = s.FirstOrDefault().patientName, PacsCheckDate = DataHelper.ConversionDateToString(s.FirstOrDefault().pacsCheckDate), PacsUploadDate = DataHelper.ConversionDateToString(s.FirstOrDefault().pacsUploadDate),