upd
parent
49294296c3
commit
fc0c17ea0c
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue