修改 风险测评返回占比

master
xiaoCJ 4 months ago
parent 3a9d852d83
commit d42e177dca

@ -198,12 +198,12 @@ public class SynthesisPlanServiceImpl implements SynthesisPlanService {
}
if (RCIScoreInt >= 60 && RCIScoreInt <= 79) {
allocation.put("货币", "0%");
allocation.put("债券", "50%");
allocation.put("债券", "20%");
allocation.put("股票", "80%");
}
if (RCIScoreInt >= 80 && RCIScoreInt <= 100) {
allocation.put("货币", "0%");
allocation.put("债券", "40%");
allocation.put("债券", "10%");
allocation.put("股票", "90%");
}
}

Loading…
Cancel
Save