综合管理平台数据库数据模拟程序
Administrator
2021-03-25 afbc542414ba1663776d565df649b5aaf8912f88
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;