禅道bug#1580修复

This commit is contained in:
gaoqr
2026-05-28 11:49:40 +08:00
parent a8d1fd6fee
commit 6e827603c1
2 changed files with 1 additions and 1 deletions
@@ -123,7 +123,7 @@ public class PlateManageController {
@GetMapping("/get-import-template")
@Operation(summary = "获得导入用户模板")
@PreAuthorize("@ss.hasAnyPermissions('system:plate:export-template','base:plate:export-template')")
public void importTemplate(HttpServletResponse response) throws IOException {
public void importTemplate(HttpServletResponse response) {
plateService.exportTemplate(response, "excel_plate_add.xlsx");
}