Commit ba3b08cb authored by qiankunpingtai's avatar qiankunpingtai
Browse files

修改用户表历史用户的默认status为0

parent c1865a82
......@@ -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;
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