From 147a90302d8a9d7229f99b4ad938348a1b72f880 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期四, 20 六月 2024 09:49:18 +0800
Subject: [PATCH] fix 修复 临时修复 mp3.5.7 批处理判断bug

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

diff --git a/script/sql/postgres/flowable.sql b/script/sql/postgres/flowable.sql
index bb69016..6e75e4b 100644
--- a/script/sql/postgres/flowable.sql
+++ b/script/sql/postgres/flowable.sql
@@ -29,6 +29,7 @@
     end_date    timestamp,
     leave_days  bigint,
     remark      varchar(255),
+    status      varchar(255),
     create_dept bigint,
     create_by   bigint,
     create_time timestamp,
@@ -49,6 +50,8 @@
 
 comment on column test_leave.remark is '璇峰亣鍘熷洜';
 
+comment on column test_leave.status is '鐘舵��';
+
 comment on column test_leave.create_dept is '鍒涘缓閮ㄩ棬';
 
 comment on column test_leave.create_by is '鍒涘缓鑰�';

--
Gitblit v1.9.3