eight
2025-04-14 c04653a6df7a4f9d3bd593f51ae9a8cd7ee93122
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/call/CallController.java
@@ -50,7 +50,8 @@
    @PutMapping("/update")
    @Operation(summary = "更新叫号")
    @PreAuthorize("@ss.hasPermission('ecg:call:update')")
    //@PreAuthorize("@ss.hasPermission('ecg:call:update')")
    @PermitAll
    public CommonResult<Boolean> updateCall(@Valid @RequestBody CallSaveReqVO updateReqVO) {
        callService.updateCall(updateReqVO);
        return success(true);