Commit bd10edfef44552dc9e99491fd6015471aa67dbc0

Authored by 房远帅
1 parent f06d2add

同池:电表变量修改

... ... @@ -68,19 +68,14 @@ public class KSDeviceReportService {
68 68 map.put(1,"Ep");
69 69 map.put(2,"Ubc");
70 70 map.put(3,"Uc");
71   - map.put(4,"P");
72   - map.put(5,"Uab");
73   - map.put(6,"Ib");
74   - map.put(7,"Eq");
75   - map.put(8,"F");
76   - map.put(9,"Q");
77   - map.put(10,"Ua");
78   - map.put(11,"S");
79   - map.put(12,"Ic");
80   - map.put(13,"Ub");
81   - map.put(14,"Uca");
82   - map.put(15,"PSum");
83   - map.put(16,"Ia");
  71 + map.put(4,"Uab");
  72 + map.put(5,"Ib");
  73 + map.put(6,"F");
  74 + map.put(7,"Ua");
  75 + map.put(8,"Ic");
  76 + map.put(9,"Ub");
  77 + map.put(10,"Uca");
  78 + map.put(11,"Ia");
84 79
85 80 for (int i = 0; i < needSyncDataList.size(); i++) {
86 81 Object needSyncData = needSyncDataList.get(i);
... ...