|
@@ -66,7 +66,7 @@ public class RecommendService {
|
|
|
log.info("genRecommendParam {}", JSONUtils.toJson(param));
|
|
|
// 获取账号排序设置
|
|
|
String strategyConfig = accountStrategyConfigMap.get(request.getAccountName());
|
|
|
- if (StringUtils.hasText(strategyConfig)) {
|
|
|
+ if (StringUtils.hasText(strategyConfig) && !request.isParamStrategy()) {
|
|
|
param.setStrategy(strategyConfig);
|
|
|
}
|
|
|
RecallResult recallResult = recallService.recall(convertToRecallParam(param));
|