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
chenjian
4 years ago
Commit
bfa2544f3243e955ee19ce8e4efb89e202324351
1 parent
7e10cfd5
log
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
order/src/main/java/com/yohoufo/order/controller/SellerGoodsController.java
order/src/main/java/com/yohoufo/order/controller/SellerGoodsController.java
View file @
bfa2544
...
...
@@ -200,6 +200,7 @@ public class SellerGoodsController {
logger
.
info
(
"ufo.seller.imperfectGoodsList orderListRequest {}"
,
orderListRequest
);
PageResp
<
OrderListInfo
>
orderListInfoRsp
;
orderListInfoRsp
=
skupListService
.
getImperfectGoodsList
(
orderListRequest
);
logger
.
info
(
"ufo.seller.imperfectGoodsList end, total: {}"
,
orderListInfoRsp
.
getTotal
());
return
new
ApiResponse
.
ApiResponseBuilder
().
code
(
200
).
data
(
orderListInfoRsp
).
message
(
"卖家订单列表"
).
build
();
}
...
...
Please
register
or
login
to post a comment