From c98c4b2a74890d0bb616aad014ba75a84433e906 Mon Sep 17 00:00:00 2001 From: tanglong <842690096@qq.com> Date: Fri, 11 Jul 2025 15:16:22 +0800 Subject: [PATCH] ss --- YD_AllHeartRates.Api/Services/Impl/DeviceService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YD_AllHeartRates.Api/Services/Impl/DeviceService.cs b/YD_AllHeartRates.Api/Services/Impl/DeviceService.cs index 9d6848b..8508deb 100644 --- a/YD_AllHeartRates.Api/Services/Impl/DeviceService.cs +++ b/YD_AllHeartRates.Api/Services/Impl/DeviceService.cs @@ -51,7 +51,7 @@ namespace YD_AllHeartRates.Api.Services.Impl from s in ds.DefaultIfEmpty() select new DevicePageListDto { - Id = s.Id, + Id = d.Id, Code = d.Code, DeviceType = d.DeviceType, StudentNo = d.StudentNo,