From 87e991ebf33f8fcad01cee3d8f5bac40d4481e73 Mon Sep 17 00:00:00 2001 From: "hong.yang" Date: Fri, 1 Dec 2023 11:50:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E7=BC=A9=E6=94=BE=E5=80=BC=E9=94=99=E8=AF=AF=E4=BD=BF=E7=94=A8?= =?UTF-8?q?Integer=E4=BF=9D=E5=AD=98=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataroom/core/module/chart/components/ScreenMapChart.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataRoom/dataroom-core/src/main/java/com/gccloud/dataroom/core/module/chart/components/ScreenMapChart.java b/DataRoom/dataroom-core/src/main/java/com/gccloud/dataroom/core/module/chart/components/ScreenMapChart.java index c2327160..55fc9031 100644 --- a/DataRoom/dataroom-core/src/main/java/com/gccloud/dataroom/core/module/chart/components/ScreenMapChart.java +++ b/DataRoom/dataroom-core/src/main/java/com/gccloud/dataroom/core/module/chart/components/ScreenMapChart.java @@ -105,7 +105,7 @@ public class ScreenMapChart extends Chart { private Integer downLevel; @ApiModelProperty(notes = "地图比例") - private Integer zoom; + private Float zoom; @ApiModelProperty(notes = "中心点x轴位置") private Integer center1;