Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
d3e1b126
Commit
d3e1b126
authored
Mar 12, 2019
by
季圣华
Browse files
更新sql
parent
879e1235
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/jsh_erp.sql
View file @
d3e1b126
...
...
@@ -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
;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment