Commit c24f029a authored by 吴泽佳's avatar 吴泽佳

Merge branch 'v2.4.0-fund-iteration' into 'dev'

基金行家 需求 提交33

See merge request !5
parents 1d2bae4a e0fa5f6d
......@@ -1080,7 +1080,7 @@ public class ProductServiceImpl implements ProductService, Constant {
fundNoticeVO.setStopLossLine(BigDecimalUtil.toString(fundRateMapping.getStopLossLine()));
fundNoticeVO.setExPerformanceRewardMethod(fundRateMapping.getPerformanceFeeDeductionMethod());
fundNoticeVO.setExPerformanceRewardDate(BigDecimalUtil.toString(fundRateMapping.getPerformanceFee()));
fundNoticeVO.setExPerformanceRewardRatio(BigDecimalUtil.toString(fundRateMapping.getPerformanceFee()));
}
fundNoticeVO.setLockupPeriodQuota(fundInfo.getLockupPeriod());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment