无关风月
2024-11-06 6ec6f5336755da695378850d9fd960f6498a20e3
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;