|
@@ -376,7 +376,7 @@ public class MonitorIndicatorRecordServiceImpl implements IMonitorIndicatorRecor
|
|
|
continue;
|
|
|
}
|
|
|
sendTimeKeyAndDataList.put(dateListEntry.getKey(),value);
|
|
|
- endTime = DateUtils.str2Date(dateListEntry.getKey(), DateUtils.SDF_SECOND);
|
|
|
+ endTime = DateUtils.str2Date(dateListEntry.getKey(), DateUtils.SDFSECOND);
|
|
|
}
|
|
|
String sentValue = CollectDataUtil.batchBuildSendParam(sendTimeKeyAndDataList,alarmItemCode);
|
|
|
AlarmWebSocketServer.sendMsgToClients(projectDTO.getProjectId(), sentValue);
|