|
@@ -199,7 +199,9 @@ public class BillLandingInspectionServiceImpl extends ServiceImpl<BillLandingIns
|
|
|
landingInspectionQueryWrapper.eq("veter_id",user.getVeterId());
|
|
|
}
|
|
|
|
|
|
- if (ObjectUtil.isNotEmpty(inspectionSch)){
|
|
|
+ if (inspectionSch.equals("4")){
|
|
|
+ landingInspectionQueryWrapper.eq("inspection_sch",4).or().eq("inspection_sch",5);
|
|
|
+ } else if (ObjectUtil.isNotEmpty(inspectionSch)){
|
|
|
landingInspectionQueryWrapper.eq("inspection_sch",inspectionSch);
|
|
|
}
|
|
|
landingInspectionQueryWrapper.orderByDesc("create_time");
|