Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhj-report
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data-spider
zhj-report
Commits
1bcffc71
Commit
1bcffc71
authored
Mar 15, 2020
by
董建华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'查询状态处理异常报警'
parent
39a53070
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
IReportServiceImpl.java
...main/java/com/service/report/impl/IReportServiceImpl.java
+3
-0
No files found.
src/main/java/com/service/report/impl/IReportServiceImpl.java
View file @
1bcffc71
...
@@ -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
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment