Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lingxi-lxy-yanshou
Project
Project
Details
Activity
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
后端-黄柯铭
lingxi-lxy-yanshou
Commits
b1fd6315
Commit
b1fd6315
authored
Jun 02, 2021
by
liao_ds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退货
parent
2febf229
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
ReturnGoodsServiceImpl.java
...lingxi/after/sale/serviceimpl/ReturnGoodsServiceImpl.java
+0
-1
No files found.
after-sale-service/src/main/java/com/ssy/lingxi/after/sale/serviceimpl/ReturnGoodsServiceImpl.java
View file @
b1fd6315
...
...
@@ -4563,7 +4563,6 @@ public class ReturnGoodsServiceImpl implements IReturnGoodsService {
}
return
response
;
}).
collect
(
Collectors
.
toList
());
Map
<
String
,
List
<
ReturnGoodsDetailListResponse
>>
collect
=
fetch
.
stream
().
collect
(
Collectors
.
groupingBy
(
o
->
fetchGroupKey
(
o
)));
}
return
Wrapper
.
success
(
fetch
);
}
...
...
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