智慧保安后台管理-外网
Administrator
2022-06-10 c25ee5daa38fe27834607a255b8c444b90454f33
src/main/java/org/springblade/modules/system/controller/UserController.java
@@ -1882,7 +1882,7 @@
    */
   @GetMapping("export-security-info")
   public void exportSecurityInfo(HttpServletResponse response, UserVO user) throws IOException {
      List<SecurityExcel> list = userService.exportSecurityInfo(user);
      List<ExportSecurityExcel> list = userService.exportSecurityInfo(user);
      String fileName = null;
      try {
         response.setContentType("application/vnd.ms-excel");