From 95c01301f65379e7634e4619bf4c49186aa5be41 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期五, 07 二月 2025 14:19:28 +0800
Subject: [PATCH] !644 同步修复一些问题 Merge pull request !644 from 疯狂的狮子Li/dev

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

diff --git a/script/sql/ry_workflow.sql b/script/sql/ry_workflow.sql
index c5adb64..9455636 100644
--- a/script/sql/ry_workflow.sql
+++ b/script/sql/ry_workflow.sql
@@ -160,7 +160,7 @@
     ancestors     varchar(500) default '' comment '绁栫骇鍒楄〃',
     category_name varchar(30) not null comment '娴佺▼鍒嗙被鍚嶇О',
     order_num     int(4)       default 0 comment '鏄剧ず椤哄簭',
-    del_flag      char(1)      default '0' comment '鍒犻櫎鏍囧織锛�0浠h〃瀛樺湪 2浠h〃鍒犻櫎锛�',
+    del_flag      char(1)      default '0' comment '鍒犻櫎鏍囧織锛�0浠h〃瀛樺湪 1浠h〃鍒犻櫎锛�',
     create_dept   bigint(20)  null comment '鍒涘缓閮ㄩ棬',
     create_by     bigint(20)  null comment '鍒涘缓鑰�',
     create_time   datetime    null comment '鍒涘缓鏃堕棿',

--
Gitblit v1.9.3