fix: 【桌面版】api数据源全量更新-简单重复-更新记录为空

This commit is contained in:
taojinlong
2025-01-09 14:35:50 +08:00
committed by taojinlong
parent ba46b7ee42
commit af4cc96737

View File

@@ -46,8 +46,6 @@ 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++;
}