Skip to content

Commit

Permalink
update readme and db.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwenbo committed Dec 17, 2024
1 parent 27efaa2 commit 00f451b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ You need to have [Go](https://go.dev/dl/), [Gin](https://pkg.go.dev/github.com/g
- Go 1.18 or later
- Node.js v14.16.0 or later
- npm version 6.14.11 or later
- MySQL or another compatible database
- MySQL 8.0 or another compatible database
- Docker, Kubernetes (optional)

### Backend Installation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Smart-API 工单系统是基于 Go 语言开发的后台管理系统,前后端
- Go 1.18 及以上版本
- Node.js v14.16.0 及以上版本
- npm版本: 6.14.11
- MySQL 或其他兼容数据库
- MySQL 8.0 或其他兼容数据库
- Docker 、Kubernetes(可选)


Expand Down
2 changes: 1 addition & 1 deletion config/db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ VALUES
(1,'admin','$2a$10$/Glr4g9Svr6O0kvjsRJCXu3f0W8/dsP3XZyVNi1019ratWpSPMyw.','admin','13311246030',1,'','','0','swb956721830@163.com',1,2,'','2',1,1,'2021-05-13 19:56:37.914','2024-08-16 17:29:33.360',NULL,'SYSTEM'),
(2,'sunwenbo','$2a$10$ZBzBhm1Z6Rn0I.ZkECdoAeBjO/lzigy1XT3ObBt/DS6ZfRuLtfxtq','孙文波','13311246030',1,'','','0','123@qq.com',8,8,'','2',1,0,'2024-07-17 20:05:43.749','2024-08-15 19:36:25.064',NULL,'SYSTEM'),
(3,'zhangsan','$2a$10$bttFFWqTZMyyoBzHLDE.A.hHJ5q5oqcukh16CUXyQvFTPg0bRhK8m','张三','13312312312',1,'','','0','123@qq.com',1,5,'','2',1,0,'2024-07-30 20:35:19.622','2024-08-15 19:37:01.935',NULL,'SYSTEM'),
(4,'lisi','$2a$10$ZN4TSBEBvxXuVIHx3sAeceu/M1T7T4t1/1dgA9clOhgAsjyjIumHy','李四','13311246030',2,'','','1','123@qq.com',7,4,'测试用户','2',1,1,'2024-08-08 21:14:03.237','2024-08-15 19:37:10.409',NULL,'SYSTEM'),
(4,'lisi','$2a$10$ZN4TSBEBvxXuVIHx3sAeceu/M1T7T4t1/1dgA9clOhgAsjyjIumHy','李四','13311246030',2,'','','1','123@qq.com',7,4,'测试用户','2',1,1,'2024-08-08 21:14:03.237','2024-08-15 19:37:10.409',NULL,'SYSTEM');

/*!40000 ALTER TABLE `sys_user` ENABLE KEYS */;
UNLOCK TABLES;
Expand Down

0 comments on commit 00f451b

Please sign in to comment.