From 6778472e04ec092e566fb950d0427095dabcae18 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期五, 08 十一月 2024 19:37:36 +0800 Subject: [PATCH] Create WIDESEAWCS_Communicator.DLL使用说明文档2024-11-08.pdf --- WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/JobBase.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/JobBase.cs b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/JobBase.cs index 4416c09..be002c5 100644 --- a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/JobBase.cs +++ b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/JobBase.cs @@ -50,7 +50,7 @@ public void WriteDebug(string fileName, string msg) { - if( AppSettings.app(new string[] { "LogDeubgEnable" }).ObjToBool()) + if( AppSettings.Get(new string[] { "LogDeubgEnable" }).ObjToBool()) { StringBuilder builder = new StringBuilder(msg); builder.Append(Environment.NewLine); -- Gitblit v1.9.3