zhengjie před 1 rokem
rodič
revize
e811aa29e3
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. binární
      .vs/slnx.sqlite
  2. 1 1
      InsuBusiness.cs

binární
.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;
             }