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
ba3b08cb
Commit
ba3b08cb
authored
Mar 13, 2019
by
qiankunpingtai
Browse files
修改用户表历史用户的默认status为0
parent
c1865a82
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/jsh_erp.sql
View file @
ba3b08cb
...
...
@@ -1466,3 +1466,4 @@ DROP FUNCTION _buildOrgAndOrgUserRel;
-- ----------------------------
alter
table
jsh_user
change
Status
Status
tinyint
(
4
)
DEFAULT
'0'
COMMENT
'状态,0:正常,1:删除,2封禁'
;
update
jsh_user
set
status
=
'0'
where
status
is
null
;
sql/华夏ERP数据库设计汇总.xlsx
View file @
ba3b08cb
No preview for this file type
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