|  | @@ -205,6 +205,7 @@ public class RankService implements InitializingBean {
 | 
											
												
													
														|  |                  Double safeScore = staticSafeReduceConfig.get(content.getKimiSafeScore());
 |  |                  Double safeScore = staticSafeReduceConfig.get(content.getKimiSafeScore());
 | 
											
												
													
														|  |                  if (Objects.nonNull(safeScore)) {
 |  |                  if (Objects.nonNull(safeScore)) {
 | 
											
												
													
														|  |                      content.setScore(content.getScore() - safeScore);
 |  |                      content.setScore(content.getScore() - safeScore);
 | 
											
												
													
														|  | 
 |  | +                    item.setScore(content.getScore());
 | 
											
												
													
														|  |                  }
 |  |                  }
 | 
											
												
													
														|  |              }
 |  |              }
 | 
											
												
													
														|  |          }
 |  |          }
 |