|
@@ -261,6 +261,7 @@ public class ContractServiceImpl extends ServiceImpl<ContractMapper, Contract>
|
|
map.put("customerCount", customerCount);
|
|
map.put("customerCount", customerCount);
|
|
}
|
|
}
|
|
map.put("customerList", "");
|
|
map.put("customerList", "");
|
|
|
|
+ map.put("sumAmount", map.getOrDefault("sumAmount", BigDecimal.ZERO));
|
|
return map;
|
|
return map;
|
|
}
|
|
}
|
|
|
|
|