日志重写

This commit is contained in:
a88359121
2025-07-31 11:04:47 +08:00
parent a803360523
commit 941564d8a4
28 changed files with 325 additions and 399 deletions
+2 -2
View File
@@ -62,7 +62,7 @@ namespace JinYuan.ControlCenters
}
catch (Exception ex)
{
LogHelper.Instance.WriteEX("调用MES设备报警接口", ex);
LoggerHelp.WriteEX("调用MES设备报警接口", ex);
}
return resJson;
@@ -104,7 +104,7 @@ namespace JinYuan.ControlCenters
}
catch (Exception ex)
{
LogHelper.Instance.WriteEX("调用MES设备运行状态接口", ex);
LoggerHelp.WriteEX("调用MES设备运行状态接口", ex);
}
return resJson;
}