upd
parent
306cf2f3a4
commit
fc4e4d6d66
|
@ -11,5 +11,5 @@ import org.apache.ibatis.annotations.Mapper;
|
||||||
* @date 2023/11/21 13:57
|
* @date 2023/11/21 13:57
|
||||||
*/
|
*/
|
||||||
@Mapper
|
@Mapper
|
||||||
public interface FirmInfoMapper extends BaseMapper<FirmInfo> {
|
public interface FirmInfoMapper {
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,6 +38,7 @@ public class FirmInfoServiceImpl implements FirmInfoService {
|
||||||
@Override
|
@Override
|
||||||
|
|
||||||
public FirmInfoCache getFirmInfoByUserId(Long userId) {
|
public FirmInfoCache getFirmInfoByUserId(Long userId) {
|
||||||
|
|
||||||
// FirmInfoCache firmInfoCache=null;
|
// FirmInfoCache firmInfoCache=null;
|
||||||
// if (redisService.hasKey("firm"+userId)){
|
// if (redisService.hasKey("firm"+userId)){
|
||||||
// firmInfoCache=redisService.getCacheObject("firm"+userId);
|
// firmInfoCache=redisService.getCacheObject("firm"+userId);
|
||||||
|
|
Loading…
Reference in New Issue