@ -132,7 +132,7 @@ public class InventoryView extends BorderPane {
// 获取当前表格中的数据
ObservableList<InventoryManager> existingData = tableView.getItems();
existingData.clear(); // 清空现有数据
// 清空现有数据
boolean found = false;
while (rs.next()) {