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