Authored by caoyan

Merge branch 'dev_suggestPrice_20181119' into test6.8.2

... ... @@ -81,6 +81,7 @@ public class ChannelSkuCompareServiceImpl implements IChannelSkuCompareService,
}
List<ChannelSkuCompare> cscList = channelSkuCompareMapper.selectByCondition(req);
LOGGER.info("queryList cscList.size="+cscList.size());
if(CollectionUtils.isEmpty(cscList)) {
return null;
}
... ...