This commit is contained in:
Redkale
2017-03-01 20:59:00 +08:00
parent e31c4a3041
commit 11a29b4ed6

View File

@@ -926,7 +926,6 @@ public final class DataDefaultSource implements DataSource, Function<Class, Enti
if (!virtual) {
if (setsql.length() > 0) setsql.append(", ");
String c = info.getSQLColumn(null, col.getColumn());
setsql.append(c).append(" = ");
if (col.getValue() instanceof byte[]) {
if (blobs == null) blobs = new ArrayList<>();
blobs.add((byte[]) col.getValue());