src/com/dev/base/data/Dynamicload_ServerSocket_Thread.java
@@ -30,7 +30,6 @@ //插入或更新负载状态信息表 PowerArk_Task_SQL.insertOrUpdateDynamicload_StateTable(conn_pool, new Dynamicload_state(dinfs.get(i).getDev_id(),dinfs.get(i).getFZ_button_num())); Dynamicload_SocketClient_Thread thread = new Dynamicload_SocketClient_Thread(dinfs.get(i),conn_pool); dinfthreads.put(dinfs.get(i).dev_id, thread); new Thread(thread).start();