From d3e1b12696c90c71c28fa2da3b89f618592049a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <852955+jishenghua@users.noreply.gitee.com> Date: Tue, 12 Mar 2019 22:16:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/jsh_erp.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sql/jsh_erp.sql b/sql/jsh_erp.sql index 597bd2e6..e497d142 100644 --- a/sql/jsh_erp.sql +++ b/sql/jsh_erp.sql @@ -1430,7 +1430,8 @@ declare continue handler for not found set done = 1; -- 清空用户表中的部门信息 update jsh_user set department=null; - +-- 设置status为0 +update jsh_user set status=0; return _success_msg; end ;;