소스 검색

fix ChargeBoxId not found station

Robert 1 년 전
부모
커밋
0ecc04921c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      EVCB_OCPP.WEBAPI/Services/Integration/ChargingStationService.cs

+ 1 - 1
EVCB_OCPP.WEBAPI/Services/Integration/ChargingStationService.cs

@@ -170,7 +170,7 @@ namespace EVCB_OCPP.WEBAPI.Services.Integration
                     FROM [dbo].[Station] station
                     WHERE Id IN ( 
                         SELECT StationId
-                        FROM[dbo].[Machine],[dbo].[StationMachine]
+                        FROM [dbo].[StationMachine]
                         WHERE StationMachine.MachineId= @MachineId
                         );
                     """;