Authored by caoyan

Merge branch 'dev_suggestPrice_20181119' into test6.8.2

@@ -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 }