Merge branch 'dev_suggestPrice_20181119' into test6.8.2
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -75,6 +75,7 @@ public class ChannelSkuCompareServiceImpl implements IChannelSkuCompareService, | @@ -75,6 +75,7 @@ public class ChannelSkuCompareServiceImpl implements IChannelSkuCompareService, | ||
75 | return null; | 75 | return null; |
76 | } | 76 | } |
77 | int total = channelSkuCompareMapper.selectTotalByCondition(req); | 77 | int total = channelSkuCompareMapper.selectTotalByCondition(req); |
78 | + LOGGER.info("queryList total="+total); | ||
78 | if(total == 0) { | 79 | if(total == 0) { |
79 | return null; | 80 | return null; |
80 | } | 81 | } |
-
Please register or login to post a comment