1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-25 02:27:10 +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 id current_max_id step version biz_type
1 0 100 1 101 1 0 100 0 101
``` ```
**4.不够用的话,更新之后重新 SELECT 即可。** **4.不够用的话,更新之后重新 SELECT 即可。**