diff --git a/ds-wms-service/DS.WMS.Core/Op/Method/TaskInteraction/TaskService.cs b/ds-wms-service/DS.WMS.Core/Op/Method/TaskInteraction/TaskService.cs
index bb73f3cb..8c635486 100644
--- a/ds-wms-service/DS.WMS.Core/Op/Method/TaskInteraction/TaskService.cs
+++ b/ds-wms-service/DS.WMS.Core/Op/Method/TaskInteraction/TaskService.cs
@@ -18,7 +18,7 @@ namespace DS.WMS.Core.Op.Method.TaskInteraction
///
/// 任务交互服务
///
- public class TaskService : FeeServiceBase, ITaskService
+ public abstract class TaskService : FeeServiceBase, ITaskService
{
///
/// 任务管理服务
diff --git a/ds-wms-service/DS.WMS.OpApi/Logs/internal-nlog.txt b/ds-wms-service/DS.WMS.OpApi/Logs/internal-nlog.txt
index 2d301b3f..e67d359d 100644
--- a/ds-wms-service/DS.WMS.OpApi/Logs/internal-nlog.txt
+++ b/ds-wms-service/DS.WMS.OpApi/Logs/internal-nlog.txt
@@ -803,3 +803,10 @@
2024-07-25 10:04:30.5557 Info Validating config: TargetNames=console, ownFile-web, ConfigItems=54, FilePath=D:\Source\Repos\DS8\ds-wms-service\DS.WMS.OpApi\bin\Debug\net8.0\nlog.config
2024-07-25 10:04:30.5557 Warn Unused target detected. Add a rule for this target to the configuration. TargetName: allfile
2024-07-25 10:04:30.5557 Info Configuration initialized.
+2024-07-25 16:11:06.5379 Info Registered target NLog.Targets.FileTarget(Name=allfile)
+2024-07-25 16:11:06.5602 Info Registered target NLog.Targets.FileTarget(Name=ownFile-web)
+2024-07-25 16:11:06.5680 Info Registered target NLog.Targets.ColoredConsoleTarget(Name=console)
+2024-07-25 16:11:06.5938 Info NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c. File version: 5.2.8.2366. Product version: 5.2.8+f586f1341c46fa38aaaff4c641e7f0fa7e813943. GlobalAssemblyCache: False
+2024-07-25 16:11:06.6047 Info Validating config: TargetNames=console, ownFile-web, ConfigItems=54, FilePath=D:\Source\Repos\DS8\ds-wms-service\DS.WMS.OpApi\bin\Debug\net8.0\nlog.config
+2024-07-25 16:11:06.6047 Warn Unused target detected. Add a rule for this target to the configuration. TargetName: allfile
+2024-07-25 16:11:06.6305 Info Configuration initialized.