feat: 资料中心排序字段改为double

This commit is contained in:
2024-08-28 16:45:48 +08:00
parent 26129fc26d
commit bd6858af99
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -216,3 +216,7 @@ INSERT INTO sys_sms_template (id, template_code, template_name, template_content
-- 2024-08-23 岗位
ALTER TABLE laws_working_group_user
ADD COLUMN `job` varchar(500) NULL COMMENT '岗位' AFTER `del_flag`;
-- 2024-08-23 资料中心排序字段改为double
ALTER TABLE `laws_data_center_folder`
MODIFY COLUMN `sort` double NULL DEFAULT NULL COMMENT '文件夹顺序' AFTER `auth_view_ids`;