This commit is contained in:
yzcheng90
2023-01-29 14:38:05 +08:00
parent bc0509e763
commit 8a622a3161
52 changed files with 848 additions and 1080 deletions

View File

@@ -29,7 +29,7 @@ public abstract class AbstractController {
}
@SneakyThrows
protected Long getUserId() {
protected String getUserId() {
return UserUtil.getUserId();
}
}