From e150ef313f80b070185bd9115d04c3ca9cf7a34f Mon Sep 17 00:00:00 2001 From: junjun Date: Wed, 31 Jan 2024 17:42:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=99=8D=E4=BD=8E=E6=95=B0=E5=80=BC?= =?UTF-8?q?=E5=8F=96=E5=80=BC=E7=B2=BE=E5=BA=A6=E6=9D=A5=E8=A7=84=E9=81=BF?= =?UTF-8?q?doris=E8=87=AA=E8=BA=ABbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/io/dataease/engine/constant/SQLConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-backend/src/main/java/io/dataease/engine/constant/SQLConstants.java b/core/core-backend/src/main/java/io/dataease/engine/constant/SQLConstants.java index 34b57a47f7..130d0c2e3d 100644 --- a/core/core-backend/src/main/java/io/dataease/engine/constant/SQLConstants.java +++ b/core/core-backend/src/main/java/io/dataease/engine/constant/SQLConstants.java @@ -73,7 +73,7 @@ public class SQLConstants { public static final String DEFAULT_INT_FORMAT = "DECIMAL(18,0)"; - public static final String DEFAULT_FLOAT_FORMAT = "DECIMAL(27,8)"; + public static final String DEFAULT_FLOAT_FORMAT = "DECIMAL(26,8)"; public static final String WHERE_VALUE_NULL = "(NULL,'')";