浏览代码

北京员工新增北京角色

jzh 11 月之前
父节点
当前提交
5b67ade965

+ 7 - 0
zjugis-module-system/zjugis-module-system-biz/src/main/resources/application-dev.yaml

@@ -195,3 +195,10 @@ justauth:
     type: REDIS
     prefix: 'social_auth_state:' # 缓存前缀,目前只对 Redis 缓存生效,默认 JUSTAUTH::STATE::
     timeout: 24h # 超时时长,目前只对 Redis 缓存生效,默认 3 分钟
+
+
+deptId:
+  beijing: edfdc01c-4202-4063-8166-2a30fc8d4638,36a2efd8-ed81-419c-a4dd-ca00ca93e484,5e32a0b4-5f07-4bd8-8d66-b37c13f064bf
+roleId:
+  bj: 3000021
+  normal: 2

+ 6 - 0
zjugis-module-system/zjugis-module-system-biz/src/main/resources/application-prod.yaml

@@ -195,3 +195,9 @@ justauth:
     type: REDIS
     prefix: 'social_auth_state:' # 缓存前缀,目前只对 Redis 缓存生效,默认 JUSTAUTH::STATE::
     timeout: 24h # 超时时长,目前只对 Redis 缓存生效,默认 3 分钟
+
+deptId:
+  beijing: edfdc01c-4202-4063-8166-2a30fc8d4638,36a2efd8-ed81-419c-a4dd-ca00ca93e484,5e32a0b4-5f07-4bd8-8d66-b37c13f064bf
+roleId:
+  bj: 3000021
+  normal: 2