feat(X-Pack): [数据填报]用户追加填报页面支持批量添加多条数据

This commit is contained in:
ulleo
2025-10-27 15:02:21 +08:00
committed by ulleo
parent 158fc87304
commit e7ccc3c3d0
2 changed files with 1 additions and 2 deletions

View File

@@ -184,7 +184,6 @@ public interface DataFillingApi {
DfExcelData excelUpload(@PathVariable("formId") Long formId, @RequestParam("file") MultipartFile file) throws Exception;
@Operation(summary = "下载Excel模板")
@DePermit({"#p0+':manage'"})
@GetMapping("/form/{formId}/excelTemplate")
void excelTemplate(@PathVariable("formId") Long formId);