|
|
@@ -134,7 +134,8 @@ public class BusPatientController implements BaseQueryController<BusPatientEnti
|
|
|
.nested(i->i.ne(BusInfusionHistoryEntity::getRunState,DeviceStatusEnum.Shutdown)
|
|
|
.ne(BusInfusionHistoryEntity::getRunState,DeviceStatusEnum.NoSignal))
|
|
|
.in(BusInfusionHistoryEntity::getPatientId,patients.stream().map(BusPatientEntity::getId).collect(Collectors.toList()))
|
|
|
- .eq(BusInfusionHistoryEntity::getFinished,false))!=0);
|
|
|
+// .eq(BusInfusionHistoryEntity::getFinished,false)
|
|
|
+ )!=0);
|
|
|
}
|
|
|
|
|
|
@PostMapping("/do/{monitorType}/finished")
|