住院日志记录

Qyry
尹强 1 year ago
parent c3590e3b65
commit 55391125e3
  1. 4
      Gdsi/Helper/LogHelper.cs

@ -20,7 +20,7 @@ namespace Gdsi.Helper
/// <param name="resp">调用开始时间</param> /// <param name="resp">调用开始时间</param>
public static void doJsonRequestLog(string method, string req, string resp, DateTime stime) 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 try
{ {
if (!Directory.Exists(path)) if (!Directory.Exists(path))
@ -70,7 +70,7 @@ namespace Gdsi.Helper
/// <param name="method"></param> /// <param name="method"></param>
public static void getCatch(Exception ee, string method) public static void getCatch(Exception ee, string method)
{ {
string path = "D:\\FangDing\\FountainLog\\His\\" + "Error"; string path = "D:\\FangDing\\FountainLog\\HisZY\\" + "Error";
try try
{ {
if (!Directory.Exists(path)) if (!Directory.Exists(path))

Loading…
Cancel
Save