[FrontendWebApi] DeviceManage GetDeviceList 取得設備清單增加 device_coordinate_3d欄位
This commit is contained in:
		
							parent
							
								
									56a5196796
								
							
						
					
					
						commit
						d059763692
					
				@ -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_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_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,
 | 
									                          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
 | 
					                                   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
 | 
					                                   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
 | 
								                                   and d.device_name_tag = dk.device_name_tag
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user