eight
2024-10-16 9d2773bd10596a990162ea4eeacc52b4b0d58271
叫号表 允许未登录情况下  更新
已修改1个文件
3 ■■■■ 文件已修改
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/call/CallController.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);