Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
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
Plain Diff
Browse Files
Authored by
mali
2019-07-31 16:08:36 +0800
Commit
962bc8afb328622547baeb7486d089926846f58e
2 parents
0ac5a645
1dda818c
Merge branch 'test6.9.9' of
http://git.yoho.cn/ufo/ufo-platform
into test6.9.9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
product/src/main/java/com/yoho/ufo/service/impl/StorageService.java
product/src/main/java/com/yoho/ufo/service/impl/StorageService.java
View file @
962bc8a
...
...
@@ -354,7 +354,7 @@ public class StorageService {
);
String
desc
=
Optional
.
ofNullable
(
skup
).
map
(
secondhandInfoService:
:
selectBySkup
).
map
(
SecondhandInfo:
:
getDescribeInfo
).
orElse
(
""
);
return
new
SecondDetailResp
(
skup
,
desc
,
infos
);
return
new
SecondDetailResp
(
skup
,
desc
,
""
,
""
,
infos
);
}
public
Boolean
updateSkuStatus
(
Integer
storageId
,
Integer
status
)
{
...
...
Please
register
or
login
to post a comment