diff --git a/Controllers/EnpowerApiController.cs b/Controllers/EnpowerApiController.cs index c8cf45b..3beadcb 100644 --- a/Controllers/EnpowerApiController.cs +++ b/Controllers/EnpowerApiController.cs @@ -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> billnos = new List>();