|
...
|
...
|
@@ -80,7 +80,7 @@ public class AllPostTopic implements BusinessAgreement<AllPostDto> { |
|
|
|
log.info("点位对应的设备id{}",deviceInfoId);
|
|
|
|
if(deviceInfoId.equals(topic.getClientid()))
|
|
|
|
{
|
|
|
|
if(null != list )
|
|
|
|
if(null != list && "SYS_AUTO".equals(key))
|
|
|
|
{
|
|
|
|
for (DeviceInfo deviceInfo:list)
|
|
|
|
{
|
|
...
|
...
|
@@ -134,6 +134,7 @@ public class AllPostTopic implements BusinessAgreement<AllPostDto> { |
|
|
|
deviceInfo.setDataUpdateTime(DateUtils.getNowTimeMilly());
|
|
|
|
deviceInfo.setDeviceServiceIp(SysParameter.service_ip);
|
|
|
|
deviceInfo.setOnline("01");
|
|
|
|
log.info("设备信息{}",deviceInfo);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
private void analysisTime( JSONObject jsonObject,Map<String, DeviceDataConfig> deviceDataConfigMap,Topic topic,List<DeviceInfo> deviceInfoList)
|
...
|
...
|
|