Warehouse loading work.

This commit is contained in:
2024-03-17 11:00:48 -04:00
parent 5f930b0482
commit 0b74537bee
@@ -106,7 +106,7 @@ public class dbWarehouseHandler extends dbHandlerBase {
JSONParser jsonParser = new JSONParser();
try (Connection connection = DbManager.getConnection();
PreparedStatement preparedStatement = connection.prepareStatement("SELECT `*` FROM `dyn_warehouse`;");
PreparedStatement preparedStatement = connection.prepareStatement("SELECT * FROM `dyn_warehouse`;");
ResultSet rs = preparedStatement.executeQuery()) {
while (rs.next()) {