1、新增微服务jar包瘦身配置;2、报表模板导入excel模板接口get->post

This commit is contained in:
gaoqr
2024-09-23 16:15:43 +08:00
parent 9a8f5a3340
commit 8168c1dad6
7 changed files with 406 additions and 11 deletions
@@ -151,7 +151,7 @@ public class ReportTemplateController {
}
}
@GetMapping("/template/excel/import")
@PostMapping("/template/excel/import")
@Operation(summary = "导入excel模板")
@PreAuthorize("@ss.hasPermission('report:design')")
public ReportDefinitionWrapper importExcel(@RequestParam("file") MultipartFile file) {