Browse Source

fix

tags/v1.3.1
zhupengfei 3 years ago
parent
commit
ab4ebd19d9
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      TypeScript/snowflakeIdv1.ts

+ 0
- 4
TypeScript/snowflakeIdv1.ts 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()


Loading…
Cancel
Save