Commit 9bca8915 authored by maoying's avatar maoying

数据推送添加更新时间,组态页面处理消防报警系统数据

parent 85bb81e5
......@@ -302,6 +302,7 @@ public class MqttReceiveServiceImpl implements MqttReceiveService {
String value = iotDataVO.getValue().toString();
equipmentSpeIndex.setValue(value);
equipmentSpecificIndex.setValue(value);
equipmentSpeIndex.setUpdateDate(new Date());
String enumStr = equipmentSpecificIndex.getValueEnum();
if (!ObjectUtils.isEmpty(enumStr)) {
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment