提交 eff8cf90 作者: 925993793@qq.com

【AI资讯】批量置顶接口bug修改

上级 17d69ccd
......@@ -722,7 +722,7 @@ public class InformationController {
if (index == null) {
return Result.FAIL("es索引不能为空");
}
informationService.batchTop(subjectId.toString(),index.toString(), Arrays.asList(ids.toString().split(",")));
informationService.batchTop(subjectId.toString(),index.toString(), JSON.parseArray(ids.toString(), String.class));
return Result.OK();
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论