Pu Zhibing
2024-11-06 61585c2cfaefbf8c5c26be6be7756317c0bda0ff
ruoyi-service/ruoyi-integration/src/main/java/com/ruoyi/integration/barrierGate/server/CouponService.java
@@ -47,7 +47,7 @@
   public GetCouponResp getCoupon(GetCouponReq req){
      //根据车牌查询入场时间,后再根据入场时间和车牌查询是否有充电订单
      String carNumber = req.getCarNumber();
      String appKey = req.getAppKey();
      String appKey = req.getAppkey();
      TParkingLot parkingLot = parkingLotClient.getParkingLotByAppKey(appKey).getData();
      if(null == parkingLot){
         return null;