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
caoyan
2018-11-26 20:33:22 +0800
Commit
f4e86f20da659437b3eafb1cb0a2f17fb26440e9
2 parents
2ed8d768
8183de3f
Merge branch 'dev_suggestPrice_20181119' into test6.8.2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
product/src/main/java/com/yoho/ufo/service/impl/ChannelSkuCompareServiceImpl.java
product/src/main/java/com/yoho/ufo/service/impl/ChannelSkuCompareServiceImpl.java
View file @
f4e86f2
...
...
@@ -75,6 +75,7 @@ public class ChannelSkuCompareServiceImpl implements IChannelSkuCompareService,
return
null
;
}
int
total
=
channelSkuCompareMapper
.
selectTotalByCondition
(
req
);
LOGGER
.
info
(
"queryList total="
+
total
);
if
(
total
==
0
)
{
return
null
;
}
...
...
Please
register
or
login
to post a comment