upd
parent
49294296c3
commit
fc0c17ea0c
|
@ -48,6 +48,6 @@ public class FirmInfoServiceImpl extends ServiceImpl<FirmInfoMapper,FirmInfo> i
|
|||
queryWrapper.eq(FirmInfo::getCreateBy,userId);
|
||||
firmInfoCache= FirmInfoCache.getCache(firmInfoMapper.selectOne(queryWrapper));
|
||||
log.info(firmInfoCache);
|
||||
return null;
|
||||
return firmInfoCache;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue