|
|
@ -48,7 +48,7 @@ public class OperMaintenanceMonitorServiceImpl implements IOperMaintenanceMonito |
|
|
|
LocalDate startDate = LocalDate.of(req.getYear(), req.getMonth(), 1); |
|
|
|
LocalDate startDate = LocalDate.of(req.getYear(), req.getMonth(), 1); |
|
|
|
eq(OperMaintenancePlanEntity::getIsDeleted, 0L); |
|
|
|
eq(OperMaintenancePlanEntity::getIsDeleted, 0L); |
|
|
|
ge(OperMaintenancePlanEntity::getDisposeTime, startDate); |
|
|
|
ge(OperMaintenancePlanEntity::getDisposeTime, startDate); |
|
|
|
lt(OperMaintenancePlanEntity::getDisposeTime, startDate.with(TemporalAdjusters.lastDayOfMonth())); |
|
|
|
lt(OperMaintenancePlanEntity::getDisposeTime, startDate.plusMonths(1)); |
|
|
|
eq(Func.isNotEmpty(req.getDeptId()), OperMaintenancePlanEntity::getCreateDept, req.getDeptId()); |
|
|
|
eq(Func.isNotEmpty(req.getDeptId()), OperMaintenancePlanEntity::getCreateDept, req.getDeptId()); |
|
|
|
}}); |
|
|
|
}}); |
|
|
|
|
|
|
|
|
|
|
|