Fix Issue:#1490

This commit is contained in:
suyue
2024-08-13 11:48:13 +08:00
parent d1415f09d5
commit d96bafb6dd

View File

@ -389,6 +389,7 @@ public class DefaultSqlBuilder implements SqlBuilder<Table> {
//if (newValue != null) {
Header header = headerList.get(i);
SQLDataValue sqlDataValue = new SQLDataValue();
sqlDataValue.setValue(newValue);
String value = valueProcessor.getSqlValueString(sqlDataValue);
script.append(value)
.append(",");