Skip to content

Commit

Permalink
Beta83 (#225)
Browse files Browse the repository at this point in the history
* beta77

* beta77

* beta77

* beta77

* beta79

* beta79

* beta79

* beta81

* beta82

* beta83

* beta83

* beta83
  • Loading branch information
Hoshinonyaruko authored Dec 6, 2023
1 parent 486b23c commit 5a9025d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions idmap/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ func CheckValue(id string, value int64) bool {
return false
}

// 比较生成的值与给定的值
return generatedValue == value
// 比较生成的值与给定的值,如果相等返回false,不相等返回true
return generatedValue != value
}

// 根据a储存b
Expand Down

0 comments on commit 5a9025d

Please sign in to comment.