|
|
|
@ -611,6 +611,7 @@ public class FdpMonitorServiceImpl extends ServiceImpl<FdpMonitorMapper, FdpMoni
|
|
|
|
|
|
|
|
|
|
faultAllReq.setStationId(diagnoseFaultReq.getTenantId()); |
|
|
|
|
diagnoseFaultReq.setLifeTime(24*3);//一旦用户进行修改,智能诊断时效性刷新为3天
|
|
|
|
|
diagnoseFaultReq.setCreateUser(AuthUtil.getUserName()); |
|
|
|
|
faultAllReq.setManualData(diagnoseFaultReq); |
|
|
|
|
String jsonString = JSONObject.toJSONString(faultAllReq); |
|
|
|
|
HttpResponse r = HttpClientUtils.post(updateFaultStateAll, JSONObject.toJSONString(faultAllReq)); |
|
|
|
|