Authored by caoyan

Merge branch 'dev_suggestPrice_20181119' into test6.8.2

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