Merge branch 'master' of http://8.130.121.29:3000/Develop/RBMESAPICore
This commit is contained in:
@@ -1065,7 +1065,7 @@ namespace RB_MES_API.Controllers
|
||||
stopwatch.Stop();
|
||||
// 获取执行时间
|
||||
TimeSpan elapsed = stopwatch.Elapsed;
|
||||
LogHelper.WriteLog($"云星空API执行时间 {formid} : {elapsed.TotalMilliseconds} 毫秒");
|
||||
LogHelper.WriteLog($"云星空API执行时间 {formid} : {elapsed.TotalMilliseconds} 毫秒,ResultData :{result}");
|
||||
|
||||
//如果访问正常
|
||||
List<Dictionary<string, string>> billnos = new List<Dictionary<string, string>>();
|
||||
|
||||
Reference in New Issue
Block a user