|
@@ -57,7 +57,6 @@ public class MsReportService {
|
|
}
|
|
}
|
|
msSuspected.setTripDet(tripDet.substring(0, tripDet.length() - 1));
|
|
msSuspected.setTripDet(tripDet.substring(0, tripDet.length() - 1));
|
|
}
|
|
}
|
|
- msSuspected.setTemperature(new BigDecimal(0));
|
|
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
@@ -89,7 +88,6 @@ public class MsReportService {
|
|
}
|
|
}
|
|
msSuspected.setTripDet(tripDet.substring(0, tripDet.length() - 1));
|
|
msSuspected.setTripDet(tripDet.substring(0, tripDet.length() - 1));
|
|
}
|
|
}
|
|
- msSuspected.setTemperature(new BigDecimal(0));
|
|
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|