jaryhe 1 năm trước cách đây
mục cha
commit
fdb4767a91
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: