|
@@ -567,7 +567,8 @@ public class IotRdDailyReportServiceImpl implements IotRdDailyReportService {
|
|
|
pumpTripsPair.put(report.getTaskId(), tempTotalPumpTrips);
|
|
pumpTripsPair.put(report.getTaskId(), tempTotalPumpTrips);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- if ("台次".equals(unit) && ("当日仪表/混砂".equals(attr.getName()))) {
|
|
|
|
|
|
|
+ if ("台次".equals(unit) && ("当日仪表/混砂".equals(attr.getName())
|
|
|
|
|
+ || "当日混砂".equals(attr.getName()) || "当日仪表".equals(attr.getName()))) {
|
|
|
tempTotalMixSand = tempTotalMixSand.add(actualValue);
|
|
tempTotalMixSand = tempTotalMixSand.add(actualValue);
|
|
|
if (mixSandPair.containsKey(report.getDeptId())) {
|
|
if (mixSandPair.containsKey(report.getDeptId())) {
|
|
|
BigDecimal tempMixSand = mixSandPair.get(report.getDeptId());
|
|
BigDecimal tempMixSand = mixSandPair.get(report.getDeptId());
|