1
This commit is contained in:
@@ -210,3 +210,7 @@ func TestCreateStoreCommodity(t *testing.T) {
|
||||
fmt.Println("err=============", err)
|
||||
fmt.Println("data===", fmt.Sprintf("%v", data))
|
||||
}
|
||||
|
||||
func TestInt16(t *testing.T) {
|
||||
fmt.Println(utils.Str2Int16(strings.ReplaceAll("08:00", ":", "")))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user