|
@@ -329,7 +329,7 @@ public class BillLandingInspectionServiceImpl extends ServiceImpl<BillLandingIns
|
|
if (userType == 2 || userType == 3){
|
|
if (userType == 2 || userType == 3){
|
|
landingInspectionQueryWrapper.eq("create_user",userName);
|
|
landingInspectionQueryWrapper.eq("create_user",userName);
|
|
}else if (userType == 1){
|
|
}else if (userType == 1){
|
|
- landingInspectionQueryWrapper.eq("veter_id",user.getVeterId());
|
|
|
|
|
|
+ landingInspectionQueryWrapper.eq("veter_id",user.getVeterId()).eq("inspection_type",0);
|
|
}
|
|
}
|
|
|
|
|
|
if ("4".equals(inspectionSch)){
|
|
if ("4".equals(inspectionSch)){
|