ss
This commit is contained in:
parent
37262f7797
commit
c98c4b2a74
@ -51,7 +51,7 @@ namespace YD_AllHeartRates.Api.Services.Impl
|
|||||||
from s in ds.DefaultIfEmpty()
|
from s in ds.DefaultIfEmpty()
|
||||||
select new DevicePageListDto
|
select new DevicePageListDto
|
||||||
{
|
{
|
||||||
Id = s.Id,
|
Id = d.Id,
|
||||||
Code = d.Code,
|
Code = d.Code,
|
||||||
DeviceType = d.DeviceType,
|
DeviceType = d.DeviceType,
|
||||||
StudentNo = d.StudentNo,
|
StudentNo = d.StudentNo,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user