This commit is contained in:
邹宗楠
2022-11-03 09:24:15 +08:00
parent a8096409d0
commit d3ef233903

View File

@@ -284,4 +284,5 @@ func TestGetWarehouseByStore(t *testing.T) {
func TestUtilsTime2Date(t *testing.T) {
fmt.Println(utils.Time2Date(time.Now()).Add(24 * time.Hour))
fmt.Println(time.Now().Day())
}