app更新对l2数据显示
This commit is contained in:
@@ -758,7 +758,6 @@ public class DeviceSnapshotService {
|
|||||||
snapshot.setDeviceName(device.getDesc());
|
snapshot.setDeviceName(device.getDesc());
|
||||||
snapshot.setSectionType(device.getSectionType().name());
|
snapshot.setSectionType(device.getSectionType().name());
|
||||||
snapshot.setSourceType(device.getSourceType().name());
|
snapshot.setSourceType(device.getSourceType().name());
|
||||||
snapshot.setBasePosition(device.getBasePosition());
|
|
||||||
|
|
||||||
List<String> paramFields = device.getParamFields();
|
List<String> paramFields = device.getParamFields();
|
||||||
log.debug("设备[{}]参数字段列表: {}", device.name(), paramFields);
|
log.debug("设备[{}]参数字段列表: {}", device.name(), paramFields);
|
||||||
|
|||||||
Reference in New Issue
Block a user