zhengjie 1 year ago
parent
commit
e811aa29e3
2 changed files with 1 additions and 1 deletions
  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;
             }