mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 05:42:06 +08:00
1、新增微服务jar包瘦身配置;2、报表模板导入excel模板接口get->post
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user