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

Update distributed-id.md

This commit is contained in:
Jarvan-Song 2022-03-10 12:39:11 +08:00 committed by GitHub
parent 15c929199c
commit 59500f3780
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 即可。**