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