Authored by caoyan

Merge branch 'dev_suggestPrice_20181119' into test6.8.2

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