Update SQL02-数据初始化.sql

This commit is contained in:
邹景立 2022-03-05 11:04:55 +08:00
parent 044ece4f62
commit e3704d9dd8

View File

@ -3925,6 +3925,6 @@ CREATE TABLE `system_user` (
-- ----------------------------
-- Records of system_user
-- ----------------------------
INSERT INTO `system_user` VALUES (10000, '123', 'admin', '21232f297a57a5a743894a0e4a801fc3', '系统管理员', 'https://v6.thinkadmin.top/upload/1d/f8d79d1459a73fd3f14522c14487ed.jpg', ',,', '', '124524@163.com', '', '182.32.177.157', '2022-03-05 10:54:44', 4025, '11444有金太阳', 1, 1, 0, '0000-00-00 00:00:00');
INSERT INTO `system_user` VALUES (10000, '', 'admin', '21232f297a57a5a743894a0e4a801fc3', '系统管理员', 'https://v6.thinkadmin.top/upload/1d/f8d79d1459a73fd3f14522c14487ed.jpg', ',,', '', '124524@163.com', '', '182.32.177.157', '2022-03-05 10:54:44', 4025, '11444有金太阳', 1, 1, 0, '0000-00-00 00:00:00');
SET FOREIGN_KEY_CHECKS = 1;