|
@@ -175,8 +175,8 @@ public abstract class NettyAlarmService {
|
|
|
JSONArray infoCodeArray = condition.getJSONArray("infoCode");
|
|
|
|
|
|
JSONArray infoCodes = new JSONArray();
|
|
|
- JSONObject infoCode = new JSONObject();
|
|
|
for (Object infoCodeObj : infoCodeArray) {
|
|
|
+ JSONObject infoCode = new JSONObject();
|
|
|
String infoCodeStr = (String) infoCodeObj;
|
|
|
infoCode.put("infoCode", infoCodeStr);
|
|
|
infoCode.put("meterId", getMeterId(infoCodeStr, classCode));
|