fuyu il y a 6 ans
Parent
commit
b820bd72ca
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      application/common/versionsql/createversion

+ 5 - 1
application/common/versionsql/createversion

@@ -682,4 +682,8 @@ CREATE TABLE `wechat_bind` (
   `status` int(200) DEFAULT '1' COMMENT '状态 1正常 2删除',
   PRIMARY KEY (`id`),
   KEY `user_id_index` (`uid`)
-) ENGINE=InnoDB AUTO_INCREMENT=1894 DEFAULT CHARSET=utf8 COMMENT='检查类别表格';
+) ENGINE=InnoDB AUTO_INCREMENT=1894 DEFAULT CHARSET=utf8 COMMENT='检查类别表格';
+
+INSERT INTO `manager` (`id`, `role_id`, `username`, `password`, `email`, `phone`, `logintime`, `loginip`, `loginfailure`, `createdAt`, `updatedAt`, `institution_id`, `status`)
+VALUES
+	('og11yjl51e7b3l4q', '0', 'admin', 'admin', '0', '13651111111', '2019-07-04 17:58:36', '121.69.81.74', 0, '2018-08-16 15:06:12', '2018-08-20 15:32:13', '', 1);