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