|
@@ -209,7 +209,7 @@ public class BillIsolatedServiceImpl extends ServiceImpl<BillIsolatedMapper, Bil
|
|
|
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.setReviewed(TokenSign.getUserName(httpServletRequest));
|
|
|
billLandingInspection.setInspectionSch(4);
|