master
冯凯 2023-11-21 15:22:03 +08:00
parent 49294296c3
commit fc0c17ea0c
1 changed files with 1 additions and 1 deletions

View File

@ -48,6 +48,6 @@ public class FirmInfoServiceImpl extends ServiceImpl<FirmInfoMapper,FirmInfo> i
queryWrapper.eq(FirmInfo::getCreateBy,userId); queryWrapper.eq(FirmInfo::getCreateBy,userId);
firmInfoCache= FirmInfoCache.getCache(firmInfoMapper.selectOne(queryWrapper)); firmInfoCache= FirmInfoCache.getCache(firmInfoMapper.selectOne(queryWrapper));
log.info(firmInfoCache); log.info(firmInfoCache);
return null; return firmInfoCache;
} }
} }