From 826d55e4ea06629c968fa9d15553da4c5e50de6d Mon Sep 17 00:00:00 2001 From: "Zhenfei.Li" Date: Sat, 4 Jul 2020 16:06:01 +0800 Subject: [PATCH] =?UTF-8?q?BI-67660=20fix:=20=E7=A2=A7=E6=A1=82=E5=9B=ADsq?= =?UTF-8?q?l=20server=E6=9C=80=E5=A4=A78000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/fr/plugin/hw/decision/js/attr/col.attr.model.js | 2 +- .../resources/com/fr/plugin/hw/decision/js/table.info.model.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/com/fr/plugin/hw/decision/js/attr/col.attr.model.js b/src/main/resources/com/fr/plugin/hw/decision/js/attr/col.attr.model.js index cf3c79e..126d476 100644 --- a/src/main/resources/com/fr/plugin/hw/decision/js/attr/col.attr.model.js +++ b/src/main/resources/com/fr/plugin/hw/decision/js/attr/col.attr.model.js @@ -43,7 +43,7 @@ id: BI.UUID(), colName: "", colType: "12", - colLength: "10000", + colLength: "7000", excelCol: "", primaryKey: false }) diff --git a/src/main/resources/com/fr/plugin/hw/decision/js/table.info.model.js b/src/main/resources/com/fr/plugin/hw/decision/js/table.info.model.js index a9edf43..f8fc275 100644 --- a/src/main/resources/com/fr/plugin/hw/decision/js/table.info.model.js +++ b/src/main/resources/com/fr/plugin/hw/decision/js/table.info.model.js @@ -141,7 +141,7 @@ id:BI.UUID(), colName: item.name || item.colName, colType: item.type || 16, - colLength: "10000", + colLength: "7000", excelCol: index } });