修改orderno取值范围
This commit is contained in:
@@ -86,3 +86,7 @@ func toHex(ten int) string {
|
||||
}
|
||||
return strings.Join(hexStr, "")
|
||||
}
|
||||
|
||||
func TestInt2Int64(t *testing.T) {
|
||||
fmt.Println(int64(19930826391))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user