diff --git a/maku-boot-system/src/main/java/net/maku/system/controller/SysLogLoginController.java b/maku-boot-system/src/main/java/net/maku/system/controller/SysLogLoginController.java index 263e767..b1f56f6 100644 --- a/maku-boot-system/src/main/java/net/maku/system/controller/SysLogLoginController.java +++ b/maku-boot-system/src/main/java/net/maku/system/controller/SysLogLoginController.java @@ -39,7 +39,7 @@ public class SysLogLoginController { @GetMapping("export") @Operation(summary = "导出excel") - @PreAuthorize("hasAuthority('sys:log:login:export')") + @PreAuthorize("hasAuthority('sys:log:login')") public Result> export() { Map map = sysLogLoginService.export(); diff --git a/maku-boot-system/src/main/java/net/maku/system/service/impl/SysLogLoginServiceImpl.java b/maku-boot-system/src/main/java/net/maku/system/service/impl/SysLogLoginServiceImpl.java index d38589e..76f6dc4 100644 --- a/maku-boot-system/src/main/java/net/maku/system/service/impl/SysLogLoginServiceImpl.java +++ b/maku-boot-system/src/main/java/net/maku/system/service/impl/SysLogLoginServiceImpl.java @@ -38,7 +38,6 @@ import java.util.Map; @Service @AllArgsConstructor public class SysLogLoginServiceImpl extends BaseServiceImpl implements SysLogLoginService { - private final StorageService storageService; @Override diff --git a/maku-boot-system/src/main/java/net/maku/system/vo/SysLogLoginVO.java b/maku-boot-system/src/main/java/net/maku/system/vo/SysLogLoginVO.java index e0e23ed..80fc691 100644 --- a/maku-boot-system/src/main/java/net/maku/system/vo/SysLogLoginVO.java +++ b/maku-boot-system/src/main/java/net/maku/system/vo/SysLogLoginVO.java @@ -60,7 +60,6 @@ public class SysLogLoginVO implements Serializable { public static class StatusConverter implements Converter { - @Override public WriteCellData convertToExcelData(Integer value, ExcelContentProperty contentProperty, GlobalConfiguration globalConfiguration) { String dateValue = ""; @@ -74,7 +73,6 @@ public class SysLogLoginVO implements Serializable { } public static class OperationConverter implements Converter { - @Override public WriteCellData convertToExcelData(Integer value, ExcelContentProperty contentProperty, GlobalConfiguration globalConfiguration) { String dateValue = "";