Demo_Manage_Simul/src/com/thread/Manage_Simul_SQL.java
@@ -17,7 +17,6 @@ * @param devices */ public static void queryAllDevice(MysqlConnPool pool, List<Device_Inf> devices) { devices = new ArrayList<Device_Inf>(); String sql_str = " SELECT * FROM "+ Sql_Mysql.Tb_Device_Inf_Table; Sql_Mysql sql = new Sql_Mysql(pool.getConn()); ResultSet res = null;