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