故障描述参数

master
zpl 3 years ago
parent 1ea4efcdc2
commit 8562cd2707

@ -78,7 +78,7 @@ public class ResourceFaultReceiveServiceImpl extends ServiceImpl<ResourceFaultRe
LocalDateTime sendDate = LocalDateTime.parse(sendTime, dataFormatter);
String faultCode = jsonObject.getString("FAULT_CODE");
String description = jsonObject.getString("CONTENT");
String description = jsonObject.getString("ALARM_CONTENT");
String dateTime = jsonObject.getString("DATE_TIME");
LocalDateTime faultDate = LocalDateTime.parse(dateTime, dataFormatter);

Loading…
Cancel
Save