|
@@ -427,7 +427,7 @@ CREATE TABLE IF NOT EXISTS `basic_school` (
|
|
`update_id` bigint DEFAULT NULL COMMENT '更新人',
|
|
`update_id` bigint DEFAULT NULL COMMENT '更新人',
|
|
`update_time` bigint DEFAULT NULL COMMENT '更新时间',
|
|
`update_time` bigint DEFAULT NULL COMMENT '更新时间',
|
|
`logo` mediumtext COMMENT '学校logo',
|
|
`logo` mediumtext COMMENT '学校logo',
|
|
- `init_password` varchar(100) DEFAULT NULL COMMENT '该学校用户的初始密码,默认为12345678',
|
|
|
|
|
|
+ `init_password` varchar(100) DEFAULT NULL COMMENT '该学校用户的初始密码,默认为Qmth87863577',
|
|
`default_school` tinyint(1) DEFAULT '0',
|
|
`default_school` tinyint(1) DEFAULT '0',
|
|
`has_paper_number` tinyint(1) DEFAULT '0' COMMENT '该学校是否有固定试卷编号',
|
|
`has_paper_number` tinyint(1) DEFAULT '0' COMMENT '该学校是否有固定试卷编号',
|
|
`background_image` varchar(500) DEFAULT NULL COMMENT '学校首页背景图',
|
|
`background_image` varchar(500) DEFAULT NULL COMMENT '学校首页背景图',
|
|
@@ -2528,7 +2528,7 @@ CREATE TABLE IF NOT EXISTS `sys_config` (
|
|
-- ----------------------------
|
|
-- ----------------------------
|
|
-- Records of sys_config
|
|
-- Records of sys_config
|
|
-- ----------------------------
|
|
-- ----------------------------
|
|
-INSERT INTO `sys_config` (`id`, `school_id`, `org_id`, `config_key`, `config_name`, `config_value`, `remark`, `enable`, `sort`, `create_id`, `create_time`, `update_id`, `update_time`) VALUES (1, NULL, NULL, 'sys.user.initPassword', '初始密码', '123456', NULL, 1, 1, 1, NULL, NULL, NULL);
|
|
|
|
|
|
+INSERT INTO `sys_config` (`id`, `school_id`, `org_id`, `config_key`, `config_name`, `config_value`, `remark`, `enable`, `sort`, `create_id`, `create_time`, `update_id`, `update_time`) VALUES (1, NULL, NULL, 'sys.user.initPassword', '初始密码', 'Qmth87863577', NULL, 1, 1, 1, NULL, NULL, NULL);
|
|
INSERT INTO `sys_config` (`id`, `school_id`, `org_id`, `config_key`, `config_name`, `config_value`, `remark`, `enable`, `sort`, `create_id`, `create_time`, `update_id`, `update_time`) VALUES (2, NULL, NULL, 'sys.warning.days', '预警天数', '3', NULL, 1, 1, 1, NULL, NULL, NULL);
|
|
INSERT INTO `sys_config` (`id`, `school_id`, `org_id`, `config_key`, `config_name`, `config_value`, `remark`, `enable`, `sort`, `create_id`, `create_time`, `update_id`, `update_time`) VALUES (2, NULL, NULL, 'sys.warning.days', '预警天数', '3', NULL, 1, 1, 1, NULL, NULL, NULL);
|
|
INSERT INTO `sys_config` (`id`, `school_id`, `org_id`, `config_key`, `config_name`, `config_value`, `remark`, `enable`, `sort`, `create_id`, `create_time`, `update_id`, `update_time`) VALUES (3, NULL, NULL, 'sys.code.enable', '是否启用短信验证码', 'true', 'true-启用,false-禁用', 1, 1, 1, NULL, NULL, NULL);
|
|
INSERT INTO `sys_config` (`id`, `school_id`, `org_id`, `config_key`, `config_name`, `config_value`, `remark`, `enable`, `sort`, `create_id`, `create_time`, `update_id`, `update_time`) VALUES (3, NULL, NULL, 'sys.code.enable', '是否启用短信验证码', 'true', 'true-启用,false-禁用', 1, 1, 1, NULL, NULL, NULL);
|
|
INSERT INTO `sys_config` (`id`, `school_id`, `org_id`, `config_key`, `config_name`, `config_value`, `remark`, `enable`, `sort`, `create_id`, `create_time`, `update_id`, `update_time`) VALUES (4, NULL, NULL, 'sys.message.enable', '是否启用短信消息提示', 'true', 'true-启用,false-禁用', 1, 1, 1, NULL, NULL, NULL);
|
|
INSERT INTO `sys_config` (`id`, `school_id`, `org_id`, `config_key`, `config_name`, `config_value`, `remark`, `enable`, `sort`, `create_id`, `create_time`, `update_id`, `update_time`) VALUES (4, NULL, NULL, 'sys.message.enable', '是否启用短信消息提示', 'true', 'true-启用,false-禁用', 1, 1, 1, NULL, NULL, NULL);
|