Commit bdf5ac116ca34aee8f655aac177b8d85a6e72a3b

Authored by 王富生
1 parent 2fcead10

优化时间查询问题

urbanops-module-garden/src/main/java/com/zteits/urbanops/module/garden/dal/mysql/inspectionplan/InspectionPlanInterceptMapper.java
@@ -26,7 +26,7 @@ public interface InspectionPlanInterceptMapper extends BaseMapperX<InspectionPla @@ -26,7 +26,7 @@ public interface InspectionPlanInterceptMapper extends BaseMapperX<InspectionPla
26 .eqIfPresent(InspectionPlanDO::getCompanyId, reqVO.getCompanyId()) 26 .eqIfPresent(InspectionPlanDO::getCompanyId, reqVO.getCompanyId())
27 .likeIfPresent(InspectionPlanDO::getRoadName, reqVO.getRoadName()) 27 .likeIfPresent(InspectionPlanDO::getRoadName, reqVO.getRoadName())
28 .eqIfPresent(InspectionPlanDO::getLevelId, reqVO.getLevelId()) 28 .eqIfPresent(InspectionPlanDO::getLevelId, reqVO.getLevelId())
29 - .eqIfPresent(InspectionPlanDO::getFinishState, reqVO.getFinishState()) 29 + .eqIfPresent(InspectionPlanDO::getCycleId, reqVO.getCycleId())
30 .eqIfPresent(InspectionPlanDO::getFinishState, reqVO.getFinishState()) 30 .eqIfPresent(InspectionPlanDO::getFinishState, reqVO.getFinishState())
31 .betweenIfPresent(InspectionPlanDO::getBeginTime, reqVO.getBeginTime()) 31 .betweenIfPresent(InspectionPlanDO::getBeginTime, reqVO.getBeginTime())
32 .betweenIfPresent(InspectionPlanDO::getEndTime, reqVO.getEndTime()) 32 .betweenIfPresent(InspectionPlanDO::getEndTime, reqVO.getEndTime())