提交 40b46372 作者: panda 提交者: 余乾开

行业新闻相关接口

上级 88460767
...@@ -43,7 +43,7 @@ public class IndustryNewsController extends BaseController { ...@@ -43,7 +43,7 @@ public class IndustryNewsController extends BaseController {
return industryNewsService.upDateIndustryNews(industryNewsVO, this.getUserLoginInfoFromRedis(request).getUserAccountId()); return industryNewsService.upDateIndustryNews(industryNewsVO, this.getUserLoginInfoFromRedis(request).getUserAccountId());
} }
@ApiOperation(value = "新闻详情") @ApiOperation(value = "查询-新闻详情")
@ApiResponses({ @ApiResponse(code = 200, message = "OK", response = IndustryNewsDTO.class) }) @ApiResponses({ @ApiResponse(code = 200, message = "OK", response = IndustryNewsDTO.class) })
@GetMapping("details") @GetMapping("details")
public ResultBody<IndustryNewsDTO> details(@RequestParam Integer id){ public ResultBody<IndustryNewsDTO> details(@RequestParam Integer id){
......
...@@ -5,7 +5,6 @@ import com.mmc.csf.infomation.qo.IndustryCaseQO; ...@@ -5,7 +5,6 @@ import com.mmc.csf.infomation.qo.IndustryCaseQO;
import com.mmc.csf.infomation.qo.IndustryNewsQO; import com.mmc.csf.infomation.qo.IndustryNewsQO;
import com.mmc.csf.infomation.vo.IndustryNewsDTO; import com.mmc.csf.infomation.vo.IndustryNewsDTO;
import com.mmc.csf.infomation.vo.IndustryNewsVO; import com.mmc.csf.infomation.vo.IndustryNewsVO;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论