|
@@ -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;
|
|
|
}
|