|
|
@ -106,7 +106,7 @@ public class dbWarehouseHandler extends dbHandlerBase { |
|
|
|
JSONParser jsonParser = new JSONParser(); |
|
|
|
JSONParser jsonParser = new JSONParser(); |
|
|
|
|
|
|
|
|
|
|
|
try (Connection connection = DbManager.getConnection(); |
|
|
|
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()) { |
|
|
|
ResultSet rs = preparedStatement.executeQuery()) { |
|
|
|
|
|
|
|
|
|
|
|
while (rs.next()) { |
|
|
|
while (rs.next()) { |
|
|
|