*
hmpc
2024-11-04 da1c0be7b573ca68fef10f9627bb4225bb327a2d
src/main/java/com/zy/asrs/controller/ConsoleController.java
@@ -49,13 +49,13 @@
    private BasDevpService basDevpService;
    @PostMapping("/system/running/status")
    @ManagerAuth(memo = "系统运行状态")
//    @ManagerAuth(memo = "系统运行状态")
    public R systemRunningStatus(){
        return R.ok().add(Cools.add("status", SystemProperties.WCS_RUNNING_STATUS.get()));
    }
    @PostMapping("/system/switch")
    @ManagerAuth(memo = "系统运行开关操作")
//    @ManagerAuth(memo = "系统运行开关操作")
    public R systemSwitch(SystemSwitchParam param) throws InterruptedException {
        if (Cools.isEmpty(param.getOperatorType())){
            return R.error();