|
|
@@ -53,12 +53,6 @@ public class DeviceFlowStatsJob {
|
|
|
.lt(BusHospitalLogEntity::getCreateTime, endTime)
|
|
|
.gt(BusHospitalLogEntity::getCreateTime, startTime));
|
|
|
|
|
|
- hospitalLogService.list(new QueryWrapper<BusHospitalLogEntity>()
|
|
|
- .lambda()
|
|
|
- .select(BusHospitalLogEntity::getIdentityCode, BusHospitalLogEntity::isSuccess)
|
|
|
- .eq(BusHospitalLogEntity::getType, HospitalLogEnum.ALI_DATA_UPLOAD)
|
|
|
- .lt(BusHospitalLogEntity::getCreateTime, endTime)
|
|
|
- .gt(BusHospitalLogEntity::getCreateTime, startTime));
|
|
|
long infusionCount = infusionHistoryService.count(new QueryWrapper<BusInfusionHistoryEntity>()
|
|
|
.lambda()
|
|
|
.gt(BusInfusionHistoryEntity::getStartTime, startTime)
|