Przeglądaj źródła

格式

mqy20260511
humanleft 2 tygodni temu
rodzic
commit
04e70a5dea

+ 1
- 0
iot-platform/src/main/java/com/iot/platform/service/TdEngineAlarm.java Wyświetl plik

43
      * 记录告警数据到 TdEngine 时序数据库
43
      * 记录告警数据到 TdEngine 时序数据库
44
      */
44
      */
45
     public void recordFailure(Map<String, Object> data, String superTableName, String table) throws SQLException {
45
     public void recordFailure(Map<String, Object> data, String superTableName, String table) throws SQLException {
46
+
46
         validateNames(superTableName, table);
47
         validateNames(superTableName, table);
47
 
48
 
48
         List<String> validKeys = data.keySet().stream()
49
         List<String> validKeys = data.keySet().stream()

Ładowanie…
Anuluj
Zapisz