drop TABLE if exists `ministerial_log`; CREATE TABLE `ministerial_log` ( `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键', `active` bit(1) DEFAULT b'1' COMMENT '是否可用', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_time` datetime DEFAULT NULL COMMENT '修改时间', `businessType` varchar(100) DEFAULT NULL COMMENT '业务类型', `businessId` varchar(200) DEFAULT NULL COMMENT '业务主键id', `state` char(5) DEFAULT '0' COMMENT '上报状态 0上报失败 1 上报成功', `serialNo` varchar(50) DEFAULT NULL COMMENT '交易流水号', PRIMARY KEY (`id`), KEY `index_businessId` (`businessId`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='数据上报部级接口记录'; # 南宁## INSERT INTO `sys_config` ( `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('当前省市', 'current_native_name', '南宁', 'Y', 'auth_super', '2021-11-18 15:05:09', 'auth_super', '2021-11-18 15:17:13', ''); INSERT INTO `sys_config` ( `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('当前省市代码', 'current_native', '45', 'Y', 'auth_super', '2021-11-18 15:17:48', '', NULL, NULL); # 湖南## INSERT INTO `sys_config` ( `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('当前省市', 'current_native_name', '湖南', 'Y', 'auth_super', '2021-11-18 15:05:09', 'auth_super', '2021-11-18 15:17:13', ''); INSERT INTO `sys_config` ( `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('当前省市代码', 'current_native', '43', 'Y', 'auth_super', '2021-11-18 15:17:48', '', NULL, NULL); # 广西## INSERT INTO `sys_config` ( `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('当前省市', 'current_native_name', '广西', 'Y', 'auth_super', '2021-11-18 15:05:09', 'auth_super', '2021-11-18 15:17:13', ''); INSERT INTO `sys_config` ( `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('当前省市代码', 'current_native', '45', 'Y', 'auth_super', '2021-11-18 15:17:48', '', NULL, NULL); # 陕西## INSERT INTO `sys_config` ( `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('当前省市', 'current_native_name', '陕西', 'Y', 'auth_super', '2021-11-18 15:05:09', 'auth_super', '2021-11-18 15:17:13', ''); INSERT INTO `sys_config` ( `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('当前省市代码', 'current_native', '61', 'Y', 'auth_super', '2021-11-18 15:17:48', '', NULL, NULL); # 宁夏## INSERT INTO `sys_config` ( `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('当前省市', 'current_native_name', '宁夏', 'Y', 'auth_super', '2021-11-18 15:05:09', 'auth_super', '2021-11-18 15:17:13', ''); INSERT INTO `sys_config` ( `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('当前省市代码', 'current_native', '63', 'Y', 'auth_super', '2021-11-18 15:17:48', '', NULL, NULL); # 北京## INSERT INTO `sys_config` ( `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('当前省市', 'current_native_name', '北京', 'Y', 'auth_super', '2021-11-18 15:05:09', 'auth_super', '2021-11-18 15:17:13', ''); INSERT INTO `sys_config` ( `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('当前省市代码', 'current_native', '11', 'Y', 'auth_super', '2021-11-18 15:17:48', '', NULL, NULL);