|
@@ -29,7 +29,7 @@ public interface IotRyDailyReportMapper extends BaseMapperX<IotRyDailyReportDO>
|
|
|
.eqIfPresent(IotRyDailyReportDO::getTaskId, reqVO.getTaskId())
|
|
|
.eqIfPresent(IotRyDailyReportDO::getProjectClassification, reqVO.getProjectClassification())
|
|
|
.eqIfPresent(IotRyDailyReportDO::getRelocationDays, reqVO.getRelocationDays())
|
|
|
- .betweenIfPresent(IotRyDailyReportDO::getLastestWellDoneTime, reqVO.getLastestWellDoneTime())
|
|
|
+ .betweenIfPresent(IotRyDailyReportDO::getLatestWellDoneTime, reqVO.getLatestWellDoneTime())
|
|
|
.eqIfPresent(IotRyDailyReportDO::getCurrentDepth, reqVO.getCurrentDepth())
|
|
|
.eqIfPresent(IotRyDailyReportDO::getDailyFootage, reqVO.getDailyFootage())
|
|
|
.eqIfPresent(IotRyDailyReportDO::getMonthlyFootage, reqVO.getMonthlyFootage())
|