Forráskód Böngészése

fix ChargeBoxId not found station

Robert 1 éve
szülő
commit
0ecc04921c

+ 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
                         );
                     """;