Authored by caoyan

加日志

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