Browse Source

BI-67660 fix: 碧桂园sql server最大8000

master
Zhenfei.Li 4 years ago
parent
commit
826d55e4ea
  1. 2
      src/main/resources/com/fr/plugin/hw/decision/js/attr/col.attr.model.js
  2. 2
      src/main/resources/com/fr/plugin/hw/decision/js/table.info.model.js

2
src/main/resources/com/fr/plugin/hw/decision/js/attr/col.attr.model.js

@ -43,7 +43,7 @@
id: BI.UUID(), id: BI.UUID(),
colName: "", colName: "",
colType: "12", colType: "12",
colLength: "10000", colLength: "7000",
excelCol: "", excelCol: "",
primaryKey: false primaryKey: false
}) })

2
src/main/resources/com/fr/plugin/hw/decision/js/table.info.model.js

@ -141,7 +141,7 @@
id:BI.UUID(), id:BI.UUID(),
colName: item.name || item.colName, colName: item.name || item.colName,
colType: item.type || 16, colType: item.type || 16,
colLength: "10000", colLength: "7000",
excelCol: index excelCol: index
} }
}); });

Loading…
Cancel
Save