mirror of
https://github.com/yzcheng90/X-SpringBoot
synced 2025-11-07 07:43:05 +08:00
提交
This commit is contained in:
@@ -29,7 +29,7 @@ public abstract class AbstractController {
|
||||
}
|
||||
|
||||
@SneakyThrows
|
||||
protected Long getUserId() {
|
||||
protected String getUserId() {
|
||||
return UserUtil.getUserId();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user