소스 검색

fix vendorId empty not handle correctly

Robert 10 달 전
부모
커밋
37ba2df96f
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      EVCB_OCPP.WSServer/Jobs/ServerMessageJob.cs
  2. 1 1
      version.txt

+ 1 - 0
EVCB_OCPP.WSServer/Jobs/ServerMessageJob.cs

@@ -210,6 +210,7 @@ public class ServerMessageJob : IJob
         if (string.IsNullOrEmpty(vid))
         {
             dataTransferRequest.vendorId = string.Empty;
+            return;
         }
         dataTransferRequest.vendorId = vid;
     }

+ 1 - 1
version.txt

@@ -1 +1 @@
-Docker_v1.1.34
+Docker_v1.1.35