|
@@ -64,7 +64,7 @@ public class ContractInfoServiceImpl implements ContractInfoService {
|
|
contractStatisticsVo.setContractQuantity(contractQuantity);
|
|
contractStatisticsVo.setContractQuantity(contractQuantity);
|
|
contractStatisticsVo.setContractAmount(contractAmount);
|
|
contractStatisticsVo.setContractAmount(contractAmount);
|
|
contractStatisticsVo.setFundReceivedAmount(fundReceivedAmount);
|
|
contractStatisticsVo.setFundReceivedAmount(fundReceivedAmount);
|
|
- contractStatisticsVo.setSellerCompany("全部");
|
|
|
|
|
|
+ contractStatisticsVo.setSellerCompany("合计");
|
|
|
|
|
|
list.add(0, contractStatisticsVo);
|
|
list.add(0, contractStatisticsVo);
|
|
return list;
|
|
return list;
|