Commit e0854fb4 authored by yf's avatar yf

修改接口请求方式

parent d8af6da7
...@@ -134,7 +134,7 @@ public class RiskPlanController extends BaseController ...@@ -134,7 +134,7 @@ public class RiskPlanController extends BaseController
/** /**
* 导出项目风险清单表 * 导出项目风险清单表
*/ */
@GetMapping("/exportExcel/InherentList/{inherentId}") @PostMapping("/exportExcel/InherentList/{inherentId}")
public void export(@PathVariable Long inherentId, HttpServletResponse response) { public void export(@PathVariable Long inherentId, HttpServletResponse response) {
try { try {
List<RiskInherentListExportDto> dtos = riskPlanInherentListService.getPlanInherentListByPlanId(inherentId); List<RiskInherentListExportDto> dtos = riskPlanInherentListService.getPlanInherentListByPlanId(inherentId);
......
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