From d059763692c96f8923db9189bffbe257a14a188d Mon Sep 17 00:00:00 2001 From: dev01 Date: Sat, 31 Dec 2022 15:44:48 +0800 Subject: [PATCH] =?UTF-8?q?[FrontendWebApi]=20DeviceManage=20GetDeviceList?= =?UTF-8?q?=20=E5=8F=96=E5=BE=97=E8=A8=AD=E5=82=99=E6=B8=85=E5=96=AE?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20device=5Fcoordinate=5F3d=E6=AC=84=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontendWebApi/ApiControllers/DeviceManageController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FrontendWebApi/ApiControllers/DeviceManageController.cs b/FrontendWebApi/ApiControllers/DeviceManageController.cs index c5afad3..9bf356e 100644 --- a/FrontendWebApi/ApiControllers/DeviceManageController.cs +++ b/FrontendWebApi/ApiControllers/DeviceManageController.cs @@ -279,7 +279,7 @@ namespace FrontendWebApi.ApiControllers dk.device_normal_point_id, dk.device_normal_point_guid, dk.device_normal_point_col, dk.device_normal_point_value, dk.device_normal_flashing, dk.device_normal_point_name, dk.device_close_point_id, dk.device_close_point_guid, dk.device_close_point_col, dk.device_close_point_value, dk.device_close_flashing, dk.device_close_point_name, dk.device_error_point_id, dk.device_error_point_guid, dk.device_error_point_col, dk.device_error_point_value, dk.device_error_flashing, dk.device_error_point_name, - d.room_dbid + d.room_dbid, d.device_coordinate_3d from device d left join device_kind dk on d.device_building_tag = dk.device_building_tag and d.device_system_tag = dk.device_system_tag and d.device_name_tag = dk.device_name_tag