Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
youjj
cloud-platform
Commits
a1ea8d65
Commit
a1ea8d65
authored
Jun 03, 2019
by
周健威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改回调
parent
90dc8514
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
BaseOrderController.java
...ava/com/xxfc/platform/order/rest/BaseOrderController.java
+3
-3
No files found.
xx-order/xx-order-server/src/main/java/com/xxfc/platform/order/rest/BaseOrderController.java
View file @
a1ea8d65
...
@@ -114,15 +114,15 @@ public class BaseOrderController extends CommonBaseController {
...
@@ -114,15 +114,15 @@ public class BaseOrderController extends CommonBaseController {
setNo
(
dto
.
getOrderNo
());
setNo
(
dto
.
getOrderNo
());
}});
}});
if
(
OrderStatusEnum
.
ORDER_UNPAY
.
equals
(
baseOrder
.
getStatus
()))
{
if
(
OrderStatusEnum
.
ORDER_UNPAY
.
getCode
().
equals
(
baseOrder
.
getStatus
()))
{
baseOrder
.
setStatus
(
OrderStatusEnum
.
ORDER_TOSTART
.
getCode
());
baseOrder
.
setStatus
(
OrderStatusEnum
.
ORDER_TOSTART
.
getCode
());
baseOrder
.
setOutTradeNo
(
dto
.
getTradeNo
());
baseOrder
.
setOutTradeNo
(
dto
.
getTradeNo
());
baseOrderBiz
.
updateById
(
baseOrder
);
baseOrderBiz
.
updateById
(
baseOrder
);
}
else
{
}
else
{
log
.
info
(
" exception notifyUrl : "
+
JSONUtil
.
toJsonStr
(
dto
));
log
.
error
(
" exception notifyUrl : "
+
JSONUtil
.
toJsonStr
(
dto
));
}
}
}
else
{
}
else
{
log
.
info
(
" exception notifyUrl : "
+
JSONUtil
.
toJsonStr
(
dto
));
log
.
error
(
" exception notifyUrl : "
+
JSONUtil
.
toJsonStr
(
dto
));
}
}
return
new
ObjectRestResponse
().
rel
(
true
);
return
new
ObjectRestResponse
().
rel
(
true
);
}
}
...
...
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