Quellcode durchsuchen

兽医不看产地检疫信息

Newspaper vor 2 Jahren
Ursprung
Commit
798e1dbe3d

+ 1 - 1
admin/src/main/java/com/huimv/farm/damsubsidy/service/impl/BillLandingInspectionServiceImpl.java

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