BattMonitor_DB_Builder/bin/com/version_inf/version_inf.txt | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
BattMonitor_DB_Builder/src/com/dev/fbs9100/FBS9100_Task_Thread_SQL.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
BattMonitor_DB_Builder/src/com/version_inf/version_inf.txt | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
BattMonitor_DB_Builder/bin/com/version_inf/version_inf.txt
@@ -1,6 +1,9 @@ 蓄电池监控平台建表程序 注意:1.新增电源机房时需要重新运行 V1.95 edit at date 2024-01-24 1.StationId int ->Long V1.94 edit at date 2024-01-23 1.'db_pwrdev_data_rt.tb_pwrdev_acdcdata'新增字段,南京测控点位缺少 `m17_outCurr` float NOT NULL DEFAULT '0', BattMonitor_DB_Builder/src/com/dev/fbs9100/FBS9100_Task_Thread_SQL.java
@@ -157,10 +157,10 @@ try { rs= sql.sqlMysqlQuery(sql_str1); //System.out.println(sql_str1); Map<Integer, String> station = new HashMap<>(); Map<Long, String> station = new HashMap<>(); while(rs.next()) { String dev_id = rs.getString("FBSDeviceId"); int stationid = rs.getInt("StationId"); long stationid = rs.getLong("StationId"); if(stationid > 0 && null != dev_id) { String fbs_dev_id = station.get(stationid); if(null == fbs_dev_id) { @@ -170,8 +170,8 @@ } boolean hasInsertStation = false; if(!station.isEmpty()) { for(Map.Entry<Integer, String> entry : station.entrySet()){ Integer mapKey = entry.getKey(); for(Map.Entry<Long, String> entry : station.entrySet()){ Long mapKey = entry.getKey(); String mapValue = entry.getValue(); if( !hasInsertStation ) { BattMonitor_DB_Builder/src/com/version_inf/version_inf.txt
@@ -1,6 +1,9 @@ 蓄电池监控平台建表程序 注意:1.新增电源机房时需要重新运行 V1.95 edit at date 2024-01-24 1.StationId int ->Long V1.94 edit at date 2024-01-23 1.'db_pwrdev_data_rt.tb_pwrdev_acdcdata'新增字段,南京测控点位缺少 `m17_outCurr` float NOT NULL DEFAULT '0',