|
@@ -264,7 +264,7 @@ public class BackTrackService {
|
|
|
offsetValue = subtract;
|
|
offsetValue = subtract;
|
|
|
}
|
|
}
|
|
|
double number = offsetValue.doubleValue();
|
|
double number = offsetValue.doubleValue();
|
|
|
- DecimalFormat decimalFormat = new DecimalFormat("#.00");
|
|
|
|
|
|
|
+ DecimalFormat decimalFormat = new DecimalFormat("0.00");
|
|
|
String result = decimalFormat.format(number);
|
|
String result = decimalFormat.format(number);
|
|
|
Map<String, Object> temp = new HashMap<>();
|
|
Map<String, Object> temp = new HashMap<>();
|
|
|
temp.put("time", key);
|
|
temp.put("time", key);
|