Commit a91f0c9c authored by xd's avatar xd

fix私募管理费率

parent dfe3145b
......@@ -1081,8 +1081,8 @@ public class ProductServiceImpl implements ProductService, Constant {
if (fundRateMapping != null) {
fundNoticeVO.setMinInvestmentShare(fundRateMapping.getMinInvestmentShare());
fundNoticeVO.setSubsequentInvestmentShare(fundRateMapping.getSubsequentInvestmentShare());
fundNoticeVO.setPurchaseRates(BigDecimalUtil.multiply100(fundRateMapping.getSubscriptionFee()));
fundNoticeVO.setManagementRate(BigDecimalUtil.multiply100(fundRateMapping.getManagementfeeTrust()));
fundNoticeVO.setPurchaseRates(BigDecimalUtil.toString(fundRateMapping.getSubscriptionFee()));
fundNoticeVO.setManagementRate(BigDecimalUtil.toString(fundRateMapping.getManagementfeeTrust()));
fundNoticeVO.setRedemptionFee(fundRateMapping.getRedemptionFeeNote());
fundNoticeVO.setPrecautiousLine(BigDecimalUtil.toString(fundRateMapping.getGuardLine()));
fundNoticeVO.setStopLossLine(BigDecimalUtil.toString(fundRateMapping.getStopLossLine()));
......
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