|
|
|
@ -107,7 +107,7 @@ public class ResourceFaultReceiveServiceImpl extends ServiceImpl<ResourceFaultRe
|
|
|
|
|
JSONObject jsonObj = (JSONObject) jsonArray.get(i);
|
|
|
|
|
String faultCode = jsonObj.getString("FAULT_CODE");
|
|
|
|
|
resourceFaultReceive.setFaultCode(faultCode);
|
|
|
|
|
String description = jsonObj.getString("DESCRIPTION");
|
|
|
|
|
String description = jsonObj.getString("CONTENT");
|
|
|
|
|
resourceFaultReceive.setDescription(description);
|
|
|
|
|
String dateTime = jsonObj.getString("DATE_TIME");
|
|
|
|
|
LocalDateTime faultDate = LocalDateTime.parse(dateTime, dataFormatter);
|
|
|
|
|