1
0
mirror of synced 2026-04-19 23:08:39 +08:00
This commit is contained in:
zhupengfei
2021-11-01 13:43:05 +08:00
parent 84c25c86ec
commit ab4ebd19d9

View File

@@ -372,11 +372,7 @@ export class snowflakeIdv1 {
* 生成ID
* @returns 始终输出bigint类型
*/
<<<<<<< HEAD
public NextBigId(): bigint {
=======
public NextId(): bigint {
>>>>>>> 91459b1538b24a03174b20eba10db410d8ef5268
if (this._IsOverCost) {
//
return this.NextOverCostId()