实现了权限组功能(未测试)

This commit is contained in:
zhangyuheng 2024-06-28 17:41:12 +08:00
parent 27a7dea809
commit 146fa32480
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public class Apis {
return true;
}
if (prev != null) {
if (prev.getGroupId() != -1) {
if (prev.getGroupId() == -1) {
if (prev.getFlagValue(flag)) {
return true;
}