提交 f94921a1 作者: 刘明祎-运维用途

配置

上级 aa4a171e
流水线 #6914 已通过 于阶段
in 2 分 56 秒
...@@ -56,6 +56,7 @@ public class IndustryNewsServiceImpl implements IndustryNewsService { ...@@ -56,6 +56,7 @@ public class IndustryNewsServiceImpl implements IndustryNewsService {
return ResultBody.success(PageResult.buildPage(pageNo, industryCaseQO.getPageSize(), count, industryNewsDTOS)); return ResultBody.success(PageResult.buildPage(pageNo, industryCaseQO.getPageSize(), count, industryNewsDTOS));
} }
@Override @Override
public ResultBody details(Integer id) { public ResultBody details(Integer id) {
IndustryNewsDO industryNewsDO = industryNewsDao.details(id); IndustryNewsDO industryNewsDO = industryNewsDao.details(id);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论