ci: 企标宣贯-带文件导出改为Get请求

This commit is contained in:
2023-09-25 15:49:15 +08:00
parent 0125100f97
commit c45442b3e5
@@ -58,7 +58,7 @@ public class EnterpriseStandardDeclareController extends JeroController<Enterpri
@AutoLog(value = "企标宣贯-带文件导出")
@ApiOperation(value="企标宣贯-带文件导出", notes="企标宣贯-带文件导出")
@PostMapping("/exportDataWithFile")
@GetMapping("/exportDataWithFile")
public void exportDataWithFile(HttpServletResponse response, ESQueryCommonDTO esQueryCommonDTO) {
esDeclareService.exportDataWithFile(response, esQueryCommonDTO, "企标宣贯", "企标宣贯");
}