Skip to content

Commit 1975a2f

Browse files
authored
Merge pull request Snailclimb#1610 from Jarvan-Song/patch-1
Update distributed-id.md
2 parents 9a1e79e + 59500f3 commit 1975a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/distributed-system/distributed-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ SELECT `current_max_id`, `step`,`version` FROM `sequence_id_generator` where `bi
143143

144144
```
145145
id current_max_id step version biz_type
146-
1 0 100 1 101
146+
1 0 100 0 101
147147
```
148148

149149
**4.不够用的话,更新之后重新 SELECT 即可。**

0 commit comments

Comments
 (0)