Commit bb5db4ef3cf3055500bc164c3ed5b1a56bf27720

Authored by 王富生
1 parent 808d0fbc

测试bug优化

urbanops-module-garden/src/main/java/com/zteits/urbanops/module/garden/dal/mysql/inspectionplan/InspectionPlanInterceptMapper.java
@@ -27,7 +27,7 @@ public interface InspectionPlanInterceptMapper extends BaseMapperX<InspectionPla @@ -27,7 +27,7 @@ public interface InspectionPlanInterceptMapper extends BaseMapperX<InspectionPla
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::getFinishState, reqVO.getFinishState())
30 - .eq(InspectionPlanDO::getFinishState, reqVO.getFinishState()) 30 + .eqIfPresent(InspectionPlanDO::getFinishState, reqVO.getFinishState())
31 .betweenIfPresent(InspectionPlanDO::getBeginTime, reqVO.getBeginTime()) 31 .betweenIfPresent(InspectionPlanDO::getBeginTime, reqVO.getBeginTime())
32 .eq(InspectionPlanDO::getDeleted,0) 32 .eq(InspectionPlanDO::getDeleted,0)
33 .betweenIfPresent(InspectionPlanDO::getEndTime, reqVO.getEndTime()) 33 .betweenIfPresent(InspectionPlanDO::getEndTime, reqVO.getEndTime())