1. 调整 e 办相关用户组织同步报文接受逻辑
2. 新增针对 e 办的接口日志记录功能
(cherry picked from commit 28aae25bef)
This commit is contained in:
@@ -268,6 +268,7 @@ yudao:
|
||||
security:
|
||||
permit-all_urls:
|
||||
- /admin-api/mp/open/** # 微信公众号开放平台,微信回调接口,不需要登录
|
||||
- /admin-api/infra/onlyoffice/**
|
||||
websocket:
|
||||
enable: true # websocket的开关
|
||||
path: /infra/ws # 路径
|
||||
@@ -304,6 +305,12 @@ yudao:
|
||||
- /admin-api/system/user/profile/**
|
||||
- /admin-api/system/auth/**
|
||||
ignore-tables:
|
||||
- system_seq
|
||||
- system_seq_dtl
|
||||
- system_seq_rcd
|
||||
- system_sync_log
|
||||
- infra_doc_file
|
||||
- infra_doc_file_version
|
||||
ignore-caches:
|
||||
- user_role_ids
|
||||
- permission_menu_ids
|
||||
|
||||
Reference in New Issue
Block a user