jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/AppointmentController.java
@@ -111,7 +111,7 @@ } @GetMapping("/get-by-patient") @Operation(summary = "获得预约") @Operation(summary = "根据患者编号.获得预约") @Parameter(name = "id", description = "编号", required = true, example = "1024") @PreAuthorize("@ss.hasPermission('ecg:appointment:query')") public CommonResult<AppointmentRespVO> getAppointmentByPatient(@RequestParam("patId") String patId) {