[集群] 修复获取国标设备未赋值serverId的BUG

master
648540858 2025-01-21 17:08:21 +08:00
parent 4e66e2bc6d
commit 135f3054e6
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ public interface DeviceMapper {
"as_message_channel," + "as_message_channel," +
"geo_coord_sys," + "geo_coord_sys," +
"on_line," + "on_line," +
"server_id,"+
"media_server_id," + "media_server_id," +
"broadcast_push_after_ack," + "broadcast_push_after_ack," +
"(SELECT count(0) FROM wvp_device_channel dc WHERE dc.data_type = 1 and dc.data_device_id= de.id) as channel_count "+ "(SELECT count(0) FROM wvp_device_channel dc WHERE dc.data_type = 1 and dc.data_device_id= de.id) as channel_count "+