修改orderno取值范围

This commit is contained in:
邹宗楠
2022-08-04 10:46:16 +08:00
parent f250957e0f
commit beee8def03
2 changed files with 5 additions and 1 deletions

View File

@@ -86,3 +86,7 @@ func toHex(ten int) string {
}
return strings.Join(hexStr, "")
}
func TestInt2Int64(t *testing.T) {
fmt.Println(int64(19930826391))
}