|
@@ -153,7 +153,7 @@ public class RecommendService {
|
|
|
}
|
|
|
}
|
|
|
// 服务号计划走服务号策略
|
|
|
- PublishPlan publishPlan = publishPlanRepository.getOne(param.getPlanId());
|
|
|
+ PublishPlan publishPlan = publishPlanRepository.getById(param.getPlanId());
|
|
|
if (publishPlan.getName().contains("服务号")) {
|
|
|
param.setStrategy(RankStrategyEnum.FWH_STRATEGY.getStrategy());
|
|
|
}
|