mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
禅道bug#1580修复
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ public class PlateManageController {
|
|||||||
@GetMapping("/get-import-template")
|
@GetMapping("/get-import-template")
|
||||||
@Operation(summary = "获得导入用户模板")
|
@Operation(summary = "获得导入用户模板")
|
||||||
@PreAuthorize("@ss.hasAnyPermissions('system:plate:export-template','base:plate:export-template')")
|
@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");
|
plateService.exportTemplate(response, "excel_plate_add.xlsx");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user