mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix: 【桌面版】api数据源全量更新-简单重复-更新记录为空
This commit is contained in:
@@ -46,6 +46,8 @@ public class H2EngineProvider extends EngineProvider {
|
||||
if (tableFields.get(i).isChecked()) {
|
||||
if (StringUtils.isEmpty(strings[i])) {
|
||||
strings1[length] = null;
|
||||
}else {
|
||||
strings1[length] = strings[i].replace("\\", "\\\\").replace("'", "\\'");
|
||||
}
|
||||
length++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user