This commit is contained in:
tanglong 2025-07-11 15:16:22 +08:00
parent 37262f7797
commit c98c4b2a74

View File

@ -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,