项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService.cs
@@ -384,6 +384,13 @@ return WebResponseContent.Instance.OK(); } public async Task<WebResponseContent> OutAllocateTaskCompleted(Dt_Task task) { _logger.LogInformation($"TaskService OutAllocateTaskCompleted: {task.TaskNum}"); return await OutboundTaskCompleted(task); } public async Task<WebResponseContent> OutboundTaskCompleted(Dt_Task task) { _logger.LogInformation($"TaskService OutboundTaskCompleted: {task.TaskNum}");