add remote firmInfo
parent
386d481cb1
commit
dbe69abb5e
|
@ -43,7 +43,8 @@ public class FirmInfoController {
|
||||||
|
|
||||||
Long userId = SecurityUtils.getUserId();//获取当前登录人的userId
|
Long userId = SecurityUtils.getUserId();//获取当前登录人的userId
|
||||||
log.info("当前登录人是:"+userId);
|
log.info("当前登录人是:"+userId);
|
||||||
FirmInfoCache firmInfoCache=firmService.getFirmInfoByUserId(userId);
|
|
||||||
|
FirmInfoCache firmInfoCache=firmService.getFirmInfoByUserId(1L);
|
||||||
return Result.success(firmInfoCache);
|
return Result.success(firmInfoCache);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue