jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devrent/DevRentController.java
@@ -56,7 +56,6 @@ public CommonResult<Long> devReady(@Valid @RequestBody DevRentSaveReqVO createReqVO) { try { CommonResult<Long> result = devRentService.readyOperation(createReqVO); queueService.startHurryUpOneBed(createReqVO.getRoomId(), createReqVO.getBedNo()); return result; } catch ( RuntimeException runtimeException ) { String err = ExceptionUtils.formatException( runtimeException );