diff --git a/Gdsi/Helper/LogHelper.cs b/Gdsi/Helper/LogHelper.cs index ddc1290..25efe6e 100644 --- a/Gdsi/Helper/LogHelper.cs +++ b/Gdsi/Helper/LogHelper.cs @@ -20,7 +20,7 @@ namespace Gdsi.Helper /// 调用开始时间 public static void doJsonRequestLog(string method, string req, string resp, DateTime stime) { - string path = "D:\\FangDing\\FountainLog\\His\\" + "Xml"; + string path = "D:\\FangDing\\FountainLog\\HisZY\\" + "Xml"; try { if (!Directory.Exists(path)) @@ -70,7 +70,7 @@ namespace Gdsi.Helper /// public static void getCatch(Exception ee, string method) { - string path = "D:\\FangDing\\FountainLog\\His\\" + "Error"; + string path = "D:\\FangDing\\FountainLog\\HisZY\\" + "Error"; try { if (!Directory.Exists(path))