微服务版后端初始化

This commit is contained in:
yaoyn
2025-02-08 17:51:37 +08:00
parent 54af6be188
commit da009a7cc4
1897 changed files with 429541 additions and 81 deletions

View File

@ -0,0 +1,10 @@
/** 人员同步逻辑中设置为是,其他情况下为用户手动创建,应默认为否 **/
ALTER TABLE xjr_department MODIFY COLUMN is_sync varchar(1) NOT NULL DEFAULT 'N';
ALTER TABLE xjr_user_dept_relation
MODIFY COLUMN is_sync varchar(1) NOT NULL DEFAULT 'N',
MODIFY COLUMN is_main varchar(1) NOT NULL DEFAULT 'N';
ALTER TABLE xjr_user MODIFY COLUMN is_sync varchar(1) NOT NULL DEFAULT 'N';