|
@@ -112,6 +112,7 @@ public class DeviceDataPushServiceImpl implements DeviceDataPushService , Initia
|
|
|
|
|
|
protected Map<String,Object> buildDeviceDataMap(DeviceDto device , Map<String, String> dataItem){
|
|
|
Map<String,Object> dataMap = new HashMap<String,Object>();
|
|
|
+ dataMap.put("deviceId", device.getId());
|
|
|
dataMap.put("deviceNo", device.getDeviceNo());
|
|
|
dataMap.put("deviceType", device.getEquipmentType());
|
|
|
dataMap.put("sendTime", dataItem.get("sendTime"));
|