eight
2024-08-15 c475f2545f477846e984c051f10a4b7ea6b64d02
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/queueController.java
@@ -92,4 +92,12 @@
                        BeanUtils.toBean(list, QueueRespVO.class));
    }
    @GetMapping("/opening-setting")
    @Operation(summary = "开诊设置")
    @PreAuthorize("@ss.hasPermission('ecg:queue:setting')")
    public CommonResult<Integer> openingSetting() {
        queueService.initQueue();
        queueService.hurryup();
        return success(0);
    }
}