From f7de561ac59665ff73f5d7b7ecee6f06b4f5d337 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期四, 13 十月 2022 16:17:00 +0800 Subject: [PATCH] update 优化 获取用户信息getInfo接口 使用缓存数据获取 --- script/sql/update/update-4.0-4.1.sql | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/script/sql/update/update-4.0-4.1.sql b/script/sql/update/update-4.0-4.1.sql index 0848ad7..28e545a 100644 --- a/script/sql/update/update-4.0-4.1.sql +++ b/script/sql/update/update-4.0-4.1.sql @@ -1 +1,3 @@ alter table sys_menu change query query_param varchar(255) default null comment '璺敱鍙傛暟'; + +alter table sys_dept modify column ancestors varchar(500) null default '' comment '绁栫骇鍒楄〃'; -- Gitblit v1.9.3