This commit is contained in:
jackdaw@loafle.com 2017-04-26 16:36:46 +09:00
commit ad3c1defb9

View File

@ -68,14 +68,9 @@ public class OFResultSetCol extends OFResultSet{
}
}
for(int indexK = 0 ; indexK < metrics.size(); ++indexK) {
metric = metrics.get(indexK).getMetric();
metric = convertMetric(metric, arrayValue);
resultMap.put(metric, row.get(indexK));
}