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