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

@@ -41,9 +41,9 @@
<when test="role == 'edu'">
a.system_user IN (7, 8)
</when>
<when test="role == 'prsn'">
<!--<when test="role == 'prsn'">
a.system_user IN (0, 1, 2, 3, 4)
</when>
</when>-->
</choose>
<if test="organizationName != null and organizationName != ''">
AND a.organization_name = #{organizationName}