[後端] 修改device_item資料問題

This commit is contained in:
dev02 2023-09-11 18:28:08 +08:00
parent 5bc467bfee
commit c1794ac62f

View File

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