mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: 【桌面版】优化excel导入与web端显示一致
This commit is contained in:
@@ -56,7 +56,7 @@ public class H2EngineProvider extends EngineProvider {
|
||||
values.append("('").append(String.join("','", Arrays.asList(strings1)))
|
||||
.append("'),");
|
||||
}
|
||||
return (insertSql + values.substring(0, values.length() - 1));
|
||||
return (insertSql + values.substring(0, values.length() - 1)).replaceAll("'null'", "null");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user