From afac00de336762f881da169b12f1c7e9518c8638 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期日, 13 十一月 2022 22:06:05 +0800
Subject: [PATCH] fix 修复 使用缓冲流 导致上传异常问题 回滚错误提交 #35fac6c

---
 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