jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
@@ -40,6 +40,13 @@ void updatequeue(@Valid QueueSaveReqVO updateReqVO); /** * 更新停诊 * * @param */ void updateStop(long roomId,String bedNo); /** * 删除排队 * * @param id 编号 @@ -141,7 +148,7 @@ List<RoomDO> getDocRoomInfo(Long docId); List<QueueDO> getToBeCheckedPatient(Long roomId, String bedNo); List<QueueDO> getCheckRelatedPatient(Long roomId, String bedNo); List<QueueDO> getToBeInstalledPatient(Long roomId, String bedNo); List<QueueDO> getInstallRelatedPatient(Long roomId, String bedNo); }