fix:优化机构查询用户速度慢的问题

This commit is contained in:
zyd
2022-09-21 22:59:52 +08:00
parent ca3f48c207
commit 89f6240481
9 changed files with 111 additions and 65 deletions
@@ -0,0 +1 @@
ALTER TABLE `ts_user` ADD COLUMN `SYS_POSITION_IDS` varchar(2000) NULL COMMENT '设置的岗位ID集合' AFTER `SSO_ID`;