Commit d3e1b126 authored by 季圣华's avatar 季圣华
Browse files

更新sql

parent 879e1235
...@@ -1430,7 +1430,8 @@ declare continue handler for not found set done = 1; ...@@ -1430,7 +1430,8 @@ declare continue handler for not found set done = 1;
-- 清空用户表中的部门信息 -- 清空用户表中的部门信息
update jsh_user set department=null; update jsh_user set department=null;
-- 设置status为0
update jsh_user set status=0;
return _success_msg; return _success_msg;
end end
;; ;;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment