1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Merge pull request #1610 from Jarvan-Song/patch-1

Update distributed-id.md
This commit is contained in:
Guide哥 2022-03-12 22:57:17 +08:00 committed by GitHub
commit 1975a2f260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ SELECT `current_max_id`, `step`,`version` FROM `sequence_id_generator` where `bi
```
id current_max_id step version biz_type
1 0 100 1 101
1 0 100 0 101
```
**4.不够用的话,更新之后重新 SELECT 即可。**