Code/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService.cs
@@ -8,6 +8,7 @@ using WIDESEA_Core; using WIDESEA_Core.BaseRepository; using WIDESEA_Core.BaseServices; using WIDESEA_Core.Core; using WIDESEA_DTO; using WIDESEA_DTO.Task; using WIDESEA_IBasicService; @@ -492,8 +493,8 @@ // 4. 获取配置的目标地址映射 var targetAddressMap = _configuration.GetSection("AutoOutboundTask:TargetAddresses") .Get<Dictionary<string, string>>() ?? new Dictionary<string, string>(); .Get<Dictionary<string, List<string>>>() ?? new Dictionary<string, List<string>>(); // 5. 批量创建任务 var taskList = new List<Dt_Task>();