From ea0628889f64f802768c4fdf17d2223424e5e29f Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期三, 30 十月 2024 11:13:22 +0800 Subject: [PATCH] 1 --- 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