Bladeren bron

解除落地检隔离

Newspaper 1 jaar geleden
bovenliggende
commit
7927fe3ee9

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

@@ -209,7 +209,7 @@ public class BillIsolatedServiceImpl extends ServiceImpl<BillIsolatedMapper, Bil
                 return new Result(10001,"操作失败",false);
                 return new Result(10001,"操作失败",false);
             }
             }
         }
         }
-        BillLandingInspection billLandingInspection = landingInspectionMapper.selectOne(new QueryWrapper<BillLandingInspection>().eq("inspection_num", isolation.getInspectionNum()));
+        BillLandingInspection billLandingInspection = landingInspectionMapper.selectOne(new QueryWrapper<BillLandingInspection>().eq("inspection_num", isolation.getInspectionNum()).eq("inspection_type",0));
         billLandingInspection.setReviewedTime(DateTime.now());
         billLandingInspection.setReviewedTime(DateTime.now());
         billLandingInspection.setReviewed(TokenSign.getUserName(httpServletRequest));
         billLandingInspection.setReviewed(TokenSign.getUserName(httpServletRequest));
         billLandingInspection.setInspectionSch(4);
         billLandingInspection.setInspectionSch(4);