Commit 70f1daac by 陈健智

活跃渠道数量调整

parent a40bb649
...@@ -2774,7 +2774,7 @@ public class MarkDataServiceImpl implements MarkDataService { ...@@ -2774,7 +2774,7 @@ public class MarkDataServiceImpl implements MarkDataService {
}catch (Exception e){ }catch (Exception e){
ExceptionCast.cast(CommonCodeEnum.FAIL, "新舆情分析getActiveChannels异常-", e); ExceptionCast.cast(CommonCodeEnum.FAIL, "新舆情分析getActiveChannels异常-", e);
} }
return list.stream().limit(20).collect(Collectors.toList()); return list.stream().limit(size).collect(Collectors.toList());
} }
@Override @Override
......
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