jaryhe 1 år sedan
förälder
incheckning
fdb4767a91
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      impl/v1/query/U01.go

+ 1 - 0
impl/v1/query/U01.go

@@ -457,6 +457,7 @@ func formatDisplacement(reqMap map[string]interface{}) {
 		switch v.(type) {
 		case string:
 			temp, _ = strconv.Atoi(v.(string))
+
 		case float64:
 			temp = int(v.(float64))
 		case int64: