yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/service/receivable/CrmReceivableService.java
@@ -130,4 +130,27 @@ */ Long getReceivableCountByContractId(Long contractId); /** * 根据合同编号查询已回款金额 * * @param contractId 合同编号 * @return 已回款金额 */ BigDecimal getReceivablePriceByContractId(Long contractId); /** * 获取总回款金额 * * @return 总回款金额 */ BigDecimal getReceivablePriceSum(); /** * 根据负责人查询回款金额 * * @param ownerUserId 负责人编号 * @return 回款金额 */ BigDecimal getReceivablePriceByOwnerUserId(Long ownerUserId); }