Commit 4e2f86d9 authored by tangwei's avatar tangwei

修改bug

parent bc5e21b1
...@@ -123,7 +123,7 @@ public class EquipmentSpecificAlarmLogServiceImpl extends ServiceImpl<EquipmentS ...@@ -123,7 +123,7 @@ public class EquipmentSpecificAlarmLogServiceImpl extends ServiceImpl<EquipmentS
endTime= endTime.replace("00:00:00","23:59:59"); endTime= endTime.replace("00:00:00","23:59:59");
IndexLogsRequest indexLogsRequest=new IndexLogsRequest( "YJ210093SBMC0001", startTime, endTime, null); IndexLogsRequest indexLogsRequest=new IndexLogsRequest( iotCode, startTime, endTime, null);
//调用iot 获取数据 //调用iot 获取数据
ResponseModel<List<Map<String, Object>>> date = iotFeign.getEquipAlarmLog(indexLogsRequest); ResponseModel<List<Map<String, Object>>> date = iotFeign.getEquipAlarmLog(indexLogsRequest);
......
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