add
parent
555698236d
commit
a33429d5c4
|
@ -34,7 +34,8 @@ public class FirmController {
|
|||
*/
|
||||
@GetMapping("/by/userId")
|
||||
public Result<FirmInfoCache> getFirmInfoByUserId(){
|
||||
Long userId = SecurityUtils.getUserId();
|
||||
|
||||
Long userId = 6L;
|
||||
FirmInfoCache firmInfoCache=firmService.getFirmInfoByUserId(userId);
|
||||
return Result.success(firmInfoCache);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue