Commit 1bcffc71 authored by 董建华's avatar 董建华

'查询状态处理异常报警'

parent 39a53070
...@@ -498,6 +498,9 @@ public class IReportServiceImpl implements ReportService { ...@@ -498,6 +498,9 @@ public class IReportServiceImpl implements ReportService {
if (json.getString("istatus") == null || json.getString("istatus").equals("null")) { if (json.getString("istatus") == null || json.getString("istatus").equals("null")) {
throw new QgException("查看报送状态接口返回", json.toJSONString()); throw new QgException("查看报送状态接口返回", json.toJSONString());
} }
if(json.getString("istatus").equals("处理异常")){
throw new QgException("查看报送状态接口返回", json.toJSONString());
}
} }
} else { } else {
log.info("[ERROR] Status: " + resp.getStatus()); log.info("[ERROR] Status: " + resp.getStatus());
......
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