刘小明
2024-08-13 9f7fcb82f43ac4905623b0239d0f3ef7f4079e47
pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/station/StationCtrl.java
@@ -118,7 +118,7 @@
    }
    @PostMapping(path="disabled")
    @SsoPowerAop(power = "10100011")
    @SsoPowerAop(power = "10300007")
    @Log("禁用或启用工站")
    public BaseResponse<Boolean> disabled(@RequestBody PltStation station){
        int count = sv.disabled(station.id,station.disabled);
@@ -130,7 +130,7 @@
        }
    }
    @PostMapping(path="export")
    @SsoPowerAop(power = "10300000")
    @SsoPowerAop(power = "10300007")
    @Log("导出工站信息")
    public void export(HttpServletResponse response){
        List<Converter> list = new ArrayList<>() ;