BUGFIX:1.生成的图案在design时未加入到library

2.获取组织名时出现空字符串
TASK:1. 允许超级管理员按组织名查询用户design频次
This commit is contained in:
2025-10-08 21:04:19 +08:00
parent df5ee235f2
commit 42aed5804b
11 changed files with 72 additions and 28 deletions

View File

@@ -244,4 +244,6 @@ public interface AccountService extends IService<Account> {
void checkEduAdminExpireStatus();
void setEduAdminToExpire(Account adminAccount);
String getOrganizationTypeByRole(Integer roleNum);
}