|
@@ -136,6 +136,7 @@ public class QueryInfluxdbDataServiceImpl extends AbstractCrudService<QueryInflu
|
|
|
DmpDevice dmpDeviceInfo = new DmpDevice();
|
|
|
ProductMapVO productMapVO = productMapList.get(productCode);
|
|
|
dmpDeviceInfo.setDeviceId(deviceId);
|
|
|
+ dmpDeviceInfo.setDeviceName("");
|
|
|
dmpDeviceInfo.setDeviceType(productMapVO.getDeviceType());
|
|
|
dmpDeviceInfo.setProductId(productMapVO.getProductId());
|
|
|
dmpDeviceInfo.setCreatedBy(productMapVO.getCreatedBy());
|