Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Lixiaodi
2019-07-29 14:29:30 +0800
Commit
b5d091be76091358d12ccf3ba0f1606ace27ec81
1 parent
8a3bae44
退回的增加展示订单编号
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
order/src/main/java/com/yohoufo/order/service/impl/DepositServiceImpl.java
order/src/main/java/com/yohoufo/order/service/impl/DepositServiceImpl.java
View file @
b5d091b
...
...
@@ -164,6 +164,7 @@ public class DepositServiceImpl implements DepositService {
}
else
{
bo
.
setButtons
(
Arrays
.
asList
(
ButtonShowBo
.
detail
()));
}
bo
.
setOrderCode
(
depo
.
getOrderCode
());
result
.
add
(
bo
);
}
PageResp
resp
=
new
PageResp
();
...
...
Please
register
or
login
to post a comment