BUGFIX:1.生成的图案在design时未加入到library
2.获取组织名时出现空字符串 TASK:1. 允许超级管理员按组织名查询用户design频次
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user