[後端] 修改device_item資料問題
This commit is contained in:
parent
5bc467bfee
commit
c1794ac62f
@ -318,7 +318,7 @@ namespace Backend.Services.Implement
|
||||
}
|
||||
}
|
||||
|
||||
return result.Where(x => x.full_name != null).ToList();
|
||||
return result.ToList();
|
||||
}
|
||||
|
||||
public List<Device_value_disaster> obixDevDisaster(string urlString, string bql, string tag_quantity, string acc, string pass, string dt)
|
||||
|
Loading…
Reference in New Issue
Block a user