|
@@ -964,7 +964,7 @@ public class IotRhDailyReportController {
|
|
|
findAndThen(yearGasInjectionPair, reportVO.getDeptId(), gasInjection -> {
|
|
findAndThen(yearGasInjectionPair, reportVO.getDeptId(), gasInjection -> {
|
|
|
// 转换单位为 万方
|
|
// 转换单位为 万方
|
|
|
BigDecimal gasInjectionWanFang = gasInjection
|
|
BigDecimal gasInjectionWanFang = gasInjection
|
|
|
- .divide(BigDecimal.valueOf(10000), 2, RoundingMode.HALF_UP);
|
|
|
|
|
|
|
+ .divide(BigDecimal.valueOf(10000), 4, RoundingMode.HALF_UP);
|
|
|
reportVO.setYearTotalGasInjection(gasInjectionWanFang);
|
|
reportVO.setYearTotalGasInjection(gasInjectionWanFang);
|
|
|
});
|
|
});
|
|
|
// 队伍当年累计注水量
|
|
// 队伍当年累计注水量
|
|
@@ -982,7 +982,7 @@ public class IotRhDailyReportController {
|
|
|
findAndThen(wellGasInjectionPair, reportVO.getTaskId(), gasInjection -> {
|
|
findAndThen(wellGasInjectionPair, reportVO.getTaskId(), gasInjection -> {
|
|
|
// 转换单位为 万方
|
|
// 转换单位为 万方
|
|
|
BigDecimal gasInjectionWanFang = gasInjection
|
|
BigDecimal gasInjectionWanFang = gasInjection
|
|
|
- .divide(BigDecimal.valueOf(10000), 2, RoundingMode.HALF_UP);
|
|
|
|
|
|
|
+ .divide(BigDecimal.valueOf(10000), 4, RoundingMode.HALF_UP);
|
|
|
reportVO.setWellTotalGasInjection(gasInjectionWanFang);
|
|
reportVO.setWellTotalGasInjection(gasInjectionWanFang);
|
|
|
});
|
|
});
|
|
|
// 井当年累计注水量
|
|
// 井当年累计注水量
|