Merge branch 'dev_suggestPrice_20181119' into test6.8.2
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -81,6 +81,7 @@ public class ChannelSkuCompareServiceImpl implements IChannelSkuCompareService, | @@ -81,6 +81,7 @@ public class ChannelSkuCompareServiceImpl implements IChannelSkuCompareService, | ||
81 | } | 81 | } |
82 | 82 | ||
83 | List<ChannelSkuCompare> cscList = channelSkuCompareMapper.selectByCondition(req); | 83 | List<ChannelSkuCompare> cscList = channelSkuCompareMapper.selectByCondition(req); |
84 | + LOGGER.info("queryList cscList.size="+cscList.size()); | ||
84 | if(CollectionUtils.isEmpty(cscList)) { | 85 | if(CollectionUtils.isEmpty(cscList)) { |
85 | return null; | 86 | return null; |
86 | } | 87 | } |
-
Please register or login to post a comment