|
|
@@ -146,8 +146,6 @@ public class DriverGoodsLossIntervalServiceImpl implements DriverGoodsLossInterv
|
|
|
if (null == equipmentLossIntervalDetail.getProfitLossNum()) {
|
|
|
equipmentLossIntervalDetail.setProfitLossNum(0L);
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
equipmentLossIntervalDetails.add(equipmentLossIntervalDetail);
|
|
|
equipmentProfitLossNum += equipmentLossIntervalDetail.getProfitLossNum();
|
|
|
}
|
|
|
@@ -214,7 +212,6 @@ public class DriverGoodsLossIntervalServiceImpl implements DriverGoodsLossInterv
|
|
|
for (Long areaStaffId : areaStaffIds) {
|
|
|
DriverOnRouteAccountRecordMain driverOnRouteAccountRecordMain = driverOnRouteAccountRecordMainMap.get(areaStaffId);
|
|
|
|
|
|
-
|
|
|
List<DriverGoodsLossRecord> driverGoodsLossRecordList = areaStaffDriverGoodsLossRecordMap.get(areaStaffId);
|
|
|
List<DriverEquipmentLossRecord> driverEquipmentLossRecordList = areaStaffDriverEquipmentLossRecordMap.get(areaStaffId);
|
|
|
|