ci: 企标宣贯-带文件导出改为Get请求
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ public class EnterpriseStandardDeclareController extends JeroController<Enterpri
|
|||||||
|
|
||||||
@AutoLog(value = "企标宣贯-带文件导出")
|
@AutoLog(value = "企标宣贯-带文件导出")
|
||||||
@ApiOperation(value="企标宣贯-带文件导出", notes="企标宣贯-带文件导出")
|
@ApiOperation(value="企标宣贯-带文件导出", notes="企标宣贯-带文件导出")
|
||||||
@PostMapping("/exportDataWithFile")
|
@GetMapping("/exportDataWithFile")
|
||||||
public void exportDataWithFile(HttpServletResponse response, ESQueryCommonDTO esQueryCommonDTO) {
|
public void exportDataWithFile(HttpServletResponse response, ESQueryCommonDTO esQueryCommonDTO) {
|
||||||
esDeclareService.exportDataWithFile(response, esQueryCommonDTO, "企标宣贯", "企标宣贯");
|
esDeclareService.exportDataWithFile(response, esQueryCommonDTO, "企标宣贯", "企标宣贯");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user