|
|
@@ -38,6 +38,7 @@ public interface InventoryDAO extends SqlObject { |
|
|
} |
|
|
} |
|
|
sql = sql.substring(0, sql.length() - 1); |
|
|
sql = sql.substring(0, sql.length() - 1); |
|
|
sql += " where id = '" + data.get("id") + "'"; |
|
|
sql += " where id = '" + data.get("id") + "'"; |
|
|
|
|
|
System.out.println(sql); |
|
|
handle.createUpdate(sql).execute(); |
|
|
handle.createUpdate(sql).execute(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|