zhengjie 1 년 전
부모
커밋
e811aa29e3
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      .vs/slnx.sqlite
  2. 1 1
      InsuBusiness.cs

BIN
.vs/slnx.sqlite


+ 1 - 1
InsuBusiness.cs

@@ -68,7 +68,7 @@ namespace PTMedicalInsurance
                 operationType = JsonHelper.getDestValue(joInParam, "operationType");
                 if ((businessType == "M6") || (businessType == "M6C") || (businessType == "M6Confirm"))
                 {
-                    Environment.CurrentDirectory = @"D:\HttpServerAPI\bin\libs";
+                    Environment.CurrentDirectory = @"D:\HttpServerAPI\bin";
                 }
                 return 0;
             }