|
|
|
@ -395,7 +395,7 @@ public class DeliverFinishReportListener implements ReportService {
|
|
|
|
|
} |
|
|
|
|
// 最大公里数计算
|
|
|
|
|
if (NumberUtil.equals(kilometerCalculationRule, 3)) { |
|
|
|
|
BigDecimal total = null; |
|
|
|
|
BigDecimal total = BigDecimal.ZERO; |
|
|
|
|
String lastCode = null; |
|
|
|
|
if (CollUtil.isNotEmpty(firstRouteMap)) { |
|
|
|
|
for (Map.Entry<String, String> firstEntry : firstRouteMap.entrySet()) { |
|
|
|
@ -521,7 +521,7 @@ public class DeliverFinishReportListener implements ReportService {
|
|
|
|
|
} |
|
|
|
|
// 最大公里数计算
|
|
|
|
|
if (NumberUtil.equals(subsidyKilometerRule, 3)) { |
|
|
|
|
BigDecimal total = null; |
|
|
|
|
BigDecimal total = BigDecimal.ZERO; |
|
|
|
|
String lastCode = null; |
|
|
|
|
if (CollUtil.isNotEmpty(firstRouteMap)) { |
|
|
|
|
for (Map.Entry<String, String> firstEntry : firstRouteMap.entrySet()) { |
|
|
|
|