Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
asset-distribution
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data-spider
asset-distribution
Commits
390d74a0
Commit
390d74a0
authored
Feb 24, 2020
by
liwenbin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
353a04a9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
NotifyServiceImpl.java
...t/distribution/service/notify/impl/NotifyServiceImpl.java
+1
-1
No files found.
src/main/java/com/quantgroup/asset/distribution/service/notify/impl/NotifyServiceImpl.java
View file @
390d74a0
...
@@ -61,7 +61,7 @@ public class NotifyServiceImpl implements INotifyService{
...
@@ -61,7 +61,7 @@ public class NotifyServiceImpl implements INotifyService{
put
(
"type"
,
"5"
);
put
(
"type"
,
"5"
);
put
(
"auditValidTime"
,
nextOperateDate
);
put
(
"auditValidTime"
,
nextOperateDate
);
}});
}});
log
.
info
(
"通知业务流系统订单终态结束, bizNo : {}, fundingResult : {}, nextOperateDate, response : {}"
,
bizNo
,
fundingResult
.
name
(),
nextOperateDate
,
response
);
log
.
info
(
"通知业务流系统订单终态结束, bizNo : {}, fundingResult : {}, nextOperateDate
: {}
, response : {}"
,
bizNo
,
fundingResult
.
name
(),
nextOperateDate
,
response
);
JSONObject
data
=
null
;
JSONObject
data
=
null
;
if
(
StringUtils
.
isEmpty
(
response
)
||
(
data
=
JSON
.
parseObject
(
response
)).
getInteger
(
"code"
)
!=
0
)
{
if
(
StringUtils
.
isEmpty
(
response
)
||
(
data
=
JSON
.
parseObject
(
response
)).
getInteger
(
"code"
)
!=
0
)
{
throw
new
QGException
(
QGExceptionType
.
NOTIFY_BUSINESS_FLOW_ERROR
,
bizNo
,
fundingResult
.
name
());
throw
new
QGException
(
QGExceptionType
.
NOTIFY_BUSINESS_FLOW_ERROR
,
bizNo
,
fundingResult
.
name
());
...
...
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