From 9318f182b0a226d1a55d5989e37f037d1b87c910 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期六, 17 八月 2024 10:10:51 +0800
Subject: [PATCH] reset 回滚 修改spring源码上下文持有者(存在数据未清理内存泄漏问题)

---
 script/sql/flowable.sql |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/script/sql/flowable.sql b/script/sql/flowable.sql
index 6b3a7e7..e8dc798 100644
--- a/script/sql/flowable.sql
+++ b/script/sql/flowable.sql
@@ -27,6 +27,7 @@
     end_date     datetime                     not null comment '缁撴潫鏃堕棿',
     leave_days  int(10)                      not null comment '璇峰亣澶╂暟',
     remark      varchar(255)                 null comment '璇峰亣鍘熷洜',
+    status      varchar(255)                 null comment '鐘舵��',
     create_dept bigint                       null comment '鍒涘缓閮ㄩ棬',
     create_by   bigint                       null comment '鍒涘缓鑰�',
     create_time datetime                     null comment '鍒涘缓鏃堕棿',

--
Gitblit v1.9.3