kongdeqiang
2023-01-28 255375c2c36be6462d9aeed4b12ac5bdd368f04e
src/main/java/com/boying/controller/car/PlateServlet.java
@@ -348,7 +348,7 @@
      wrapper.lambda()
            .eq(WhiteList::getCarNo,carNo);
      List<WhiteList> all = whiteListService.list(wrapper);
      if(all.size() >0){
      for(WhiteList w : all){
         if(w.getType()==0){
            outLedShow2(barrier.getCode(),barrier.getCarNo(),"月租车",toDayHrMinSec,barrier.getParkId());
@@ -379,6 +379,7 @@
            }
         }
      }
      }
      outLedShow(barrier.getCode(),barrier.getCarNo(),outPark.getPrice(),toDayHrMinSec,barrier.getParkId());
      if(outPark.getPrice()==0&&outPark.getStatus3()==0){
         barrier.setType2(1);