From 8859d915b0e9a9fdaf3df37e7567403e6e2fcab0 Mon Sep 17 00:00:00 2001
From: yanzy <1319542051@qq.com>
Date: 星期五, 19 七月 2024 17:39:19 +0800
Subject: [PATCH] update workflowUtils查询用户信息发送消息未查询邮件和手机号

---
 script/sql/update/sqlserver/update_5.0-5.1.sql |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/script/sql/update/sqlserver/update_5.0-5.1.sql b/script/sql/update/sqlserver/update_5.0-5.1.sql
index 63fa937..bde3813 100644
--- a/script/sql/update/sqlserver/update_5.0-5.1.sql
+++ b/script/sql/update/sqlserver/update_5.0-5.1.sql
@@ -250,7 +250,7 @@
 GO
 
 EXEC sp_addextendedproperty
-'MS_Description', N'涓诲缓',
+'MS_Description', N'涓婚敭',
 'SCHEMA', N'dbo',
 'TABLE', N'sys_client',
 'COLUMN', N'id'
@@ -401,3 +401,9 @@
 GO
 INSERT sys_role_menu VALUES (2, 1065)
 GO
+
+
+UPDATE sys_dept SET leader = null
+GO
+ALTER TABLE sys_dept ALTER COLUMN leader bigint NULL
+GO

--
Gitblit v1.9.3