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

This commit is contained in:
taojinlong 2025-01-09 15:17:10 +08:00 committed by taojinlong
parent cacf1e9eb1
commit 4247bbbd29

View File

@ -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++;
}