蓄电池监控管理平台数据库初始化程序
DELL
2024-04-25 ac985f8bb4d214cdb24f741179cabf30516ab96d
BattMonitor_DB_Builder/src/main/main_BTS_DB_Builder.java
@@ -37,7 +37,7 @@
   /**************************************************************************/
   /**************************************************************************/
   public final static boolean app_debug = false;
   public final static float m_VersionNum = (float) 1.99;
   public final static float m_VersionNum = (float) 2.01;
   public final static String m_Version = "Welcome To Use BTS DB BUILDER V" + m_VersionNum + " RC_20180908";
   /**************************************************************************/
   /**************************************************************************/
@@ -206,14 +206,7 @@
      }
      //修改tb_app_sys表中的关键字,让主程序识别
      for(int i=0;i<5;i++) {         
         if(BattData_RT_RamDB_Thread_SQL.updateTb_App_Sys_AppServerTable(GB_MysqlConnPool)) {
            break;
         }
         try {
            Thread.sleep(1000);
         } catch (InterruptedException e) {
            e.printStackTrace();
         }
      }
      try {
         Thread.sleep(1000);