Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
data-center
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖鑫
data-center
Commits
acdd451e
Commit
acdd451e
authored
Nov 19, 2021
by
shenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
省一体化营山推送
parent
4b0d1459
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dataCenter-manager/src/main/java/com/mortals/xhx/modules/information/task/ReviewInformationTaskImpl.java
...x/modules/information/task/ReviewInformationTaskImpl.java
+1
-0
No files found.
dataCenter-manager/src/main/java/com/mortals/xhx/modules/information/task/ReviewInformationTaskImpl.java
View file @
acdd451e
...
@@ -114,6 +114,7 @@ public class ReviewInformationTaskImpl implements ITaskExcuteService {
...
@@ -114,6 +114,7 @@ public class ReviewInformationTaskImpl implements ITaskExcuteService {
extCache
.
setSysCode
(
e
.
getSystemCode
());
extCache
.
setSysCode
(
e
.
getSystemCode
());
extCache
=
arameterService
.
find
(
extCache
).
get
(
0
);
extCache
=
arameterService
.
find
(
extCache
).
get
(
0
);
post
=
HttpUtil
.
post
(
extCache
.
getReviewAdress
(),
JSONObject
.
toJSONString
(
dataMap
));
post
=
HttpUtil
.
post
(
extCache
.
getReviewAdress
(),
JSONObject
.
toJSONString
(
dataMap
));
log
.
info
(
"响应值"
+
JSONObject
.
parseObject
(
post
));
ifResultInfo
=
JSONObject
.
parseObject
(
JSONObject
.
parseObject
(
post
).
getString
(
"ifResultInfo"
));
ifResultInfo
=
JSONObject
.
parseObject
(
JSONObject
.
parseObject
(
post
).
getString
(
"ifResultInfo"
));
log
.
info
(
"响应值"
+
ifResultInfo
);
log
.
info
(
"响应值"
+
ifResultInfo
);
if
(
"200"
.
equals
(
ifResultInfo
.
getString
(
"code"
)))
{
if
(
"200"
.
equals
(
ifResultInfo
.
getString
(
"code"
)))
{
...
...
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