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

@@ -1,7 +1,8 @@
server.port=5567
spring.datasource.primary.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.primary.jdbcUrl=jdbc:mysql://18.167.251.121:33008/aida?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
#spring.datasource.primary.jdbcUrl=jdbc:mysql://18.167.251.121:33008/aida?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
spring.datasource.primary.jdbcUrl=jdbc:mysql://18.167.251.121:33008/aida_back?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
#spring.datasource.primary.jdbcUrl=jdbc:mysql://18.167.251.121:33008/test_aida_3.1?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
spring.datasource.primary.username=aida_con
spring.datasource.primary.password=123456

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}