From acae5616f87ac1c37ff5c9c2ea3a1bad30edd604 Mon Sep 17 00:00:00 2001
From: gssong <1742057357@qq.com>
Date: 星期四, 07 三月 2024 21:55:24 +0800
Subject: [PATCH] update 修改获取当前任务

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

diff --git a/script/sql/postgres/flowable.sql b/script/sql/postgres/flowable.sql
index aa68592..1b7ae94 100644
--- a/script/sql/postgres/flowable.sql
+++ b/script/sql/postgres/flowable.sql
@@ -35,7 +35,7 @@
     create_time timestamp,
     update_by   bigint,
     update_time timestamp,
-    tenant_id   varchar(20)
+    tenant_id   varchar(20) default '000000'::varchar
 );
 
 comment on table test_leave is '璇峰亣鐢宠琛�';
@@ -76,7 +76,7 @@
     category_code varchar(255),
     parent_id     bigint,
     sort_num      bigint,
-    tenant_id     bigint,
+    tenant_id     varchar(20) default '000000'::varchar,
     create_dept   bigint,
     create_by     bigint,
     create_time   timestamp,

--
Gitblit v1.9.3