|
|
@ -175,8 +175,8 @@ public class ProfitDistributionServiceImpl implements ProfitDistributionService
|
|
|
|
BigDecimal exitFundEarnings = exitTime.getExitFundEarnings();//投资收益
|
|
|
|
BigDecimal exitFundEarnings = exitTime.getExitFundEarnings();//投资收益
|
|
|
|
BigDecimal userRoundOwnFunds = profitDistribution.getUserRoundOwnFunds();//用户/第一轮自有资金
|
|
|
|
BigDecimal userRoundOwnFunds = profitDistribution.getUserRoundOwnFunds();//用户/第一轮自有资金
|
|
|
|
BigDecimal userRoundPreferredLp = profitDistribution.getUserRoundPreferredLp(); //用户/第一轮优先级LP
|
|
|
|
BigDecimal userRoundPreferredLp = profitDistribution.getUserRoundPreferredLp(); //用户/第一轮优先级LP
|
|
|
|
BigDecimal userRemainingOwnFunds = profitDistribution.getRemainingOwnFunds();//用户/第二轮自有资金
|
|
|
|
BigDecimal userRemainingOwnFunds = profitDistribution.getUserRemainingOwnFunds();//用户/第二轮自有资金
|
|
|
|
BigDecimal userRemainingEarningsPreferredLp = profitDistribution.getRemainingEarningsPreferredLp();//用户/第二轮优先级LP
|
|
|
|
BigDecimal userRemainingEarningsPreferredLp = profitDistribution.getUserRemainingEarningsPreferredLp();//用户/第二轮优先级LP
|
|
|
|
BigDecimal rightOwnFunds = fundraising.getOwnFunds();//正确/第一轮自有资金
|
|
|
|
BigDecimal rightOwnFunds = fundraising.getOwnFunds();//正确/第一轮自有资金
|
|
|
|
Integer type = fundraising.getType();
|
|
|
|
Integer type = fundraising.getType();
|
|
|
|
//计算可用资金是否正确 基金募集总金额-投资金额+退出时投资收益
|
|
|
|
//计算可用资金是否正确 基金募集总金额-投资金额+退出时投资收益
|
|
|
|