|
@@ -364,9 +364,9 @@ public class CamelJDBCConfiguration /*extends RouteBuilder */ {
|
364
|
364
|
w += new BigDecimal(Math.round(Double.parseDouble(s[i]) * 100)).stripTrailingZeros().toPlainString() + ",";
|
365
|
365
|
}
|
366
|
366
|
Double[][] doubles = SGTUtil.encodeToDoubleArray(w);
|
367
|
|
- for (int i = 0;i<doubles.length;i++){
|
|
367
|
+ /* for (int i = 0;i<doubles.length;i++){
|
368
|
368
|
doubles[i][0] = doubles[i][0] / 10;
|
369
|
|
- }
|
|
369
|
+ }*/
|
370
|
370
|
aRow.put("sgt", SGTUtil.encodeToString(doubles));
|
371
|
371
|
aRow.put("susp_max_load",susp_max_load);
|
372
|
372
|
aRow.put("susp_min_load",susp_min_load);
|