修复国标级联推送位置新
This commit is contained in:
@@ -262,6 +262,10 @@ public interface PlatformChannelMapper {
|
||||
" wdc.data_device_id,\n" +
|
||||
" wdc.create_time,\n" +
|
||||
" wdc.update_time,\n" +
|
||||
" wdc.gps_altitude,\n" +
|
||||
" wdc.gps_speed,\n" +
|
||||
" wdc.gps_direction,\n" +
|
||||
" wdc.gps_time,\n" +
|
||||
" coalesce(wpgc.custom_device_id, wdc.gb_device_id, wdc.device_id) as gb_device_id,\n" +
|
||||
" coalesce(wpgc.custom_name, wdc.gb_name, wdc.name) as gb_name,\n" +
|
||||
" coalesce(wpgc.custom_manufacturer, wdc.gb_manufacturer, wdc.manufacturer) as gb_manufacturer,\n" +
|
||||
|
||||
Reference in New Issue
Block a user