map.remove(RunProperty.barcode);
try {
map.put(RunProperty.barcode, tb.getSequence());
rt = reports.getAverageValues(map);
if (rt != null) {
partition.put(tb.getSequence(), JSONArray.fromObject(rt.toJSON()));
}
}
catch (SQLException e) {
e.printStackTrace();
}