|
@@ -94,6 +94,8 @@ public class BusInfusionHistoryController implements BaseQueryController<BusInfu
|
|
|
BusInfusionHistoryEntity::getClassification,
|
|
BusInfusionHistoryEntity::getClassification,
|
|
|
BusInfusionHistoryEntity::getDataNumber,
|
|
BusInfusionHistoryEntity::getDataNumber,
|
|
|
BusInfusionHistoryEntity::getType,
|
|
BusInfusionHistoryEntity::getType,
|
|
|
|
|
+ BusInfusionHistoryEntity::getLastUploadTime,
|
|
|
|
|
+ BusInfusionHistoryEntity::getStartTime,
|
|
|
BusInfusionHistoryEntity::getPatientCode,
|
|
BusInfusionHistoryEntity::getPatientCode,
|
|
|
BusInfusionHistoryEntity::getPatientId)
|
|
BusInfusionHistoryEntity::getPatientId)
|
|
|
.eq(BusInfusionHistoryEntity::getFinished, false));
|
|
.eq(BusInfusionHistoryEntity::getFinished, false));
|