合并实体库自动补入与双Sheet导入修复

This commit is contained in:
wkc
2026-05-06 20:53:29 +08:00
30 changed files with 762 additions and 107 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE ccdi_enterprise_base_info
MODIFY COLUMN enterprise_name varchar(200)
CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci
DEFAULT NULL COMMENT '企业名称';