fix:对象选择错误
This commit is contained in:
@@ -66,7 +66,7 @@ public class InMemoryStore {
|
|||||||
}
|
}
|
||||||
// 调用acs接口获取设备
|
// 调用acs接口获取设备
|
||||||
JSONArray blk_data = result2.getJSONArray("data");
|
JSONArray blk_data = result2.getJSONArray("data");
|
||||||
return ObjectUtil.isNotEmpty(blk_data) ? blk_data : new JSONArray();
|
return ObjectUtil.isNotEmpty(blk_data) ? blk_data : new JSONArray();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user