Admin
2026-03-06 ec3daa05f122738f18d4474b9257e4cf794dc5cf
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/CommonConveyorLineJob.cs
@@ -322,6 +322,7 @@
            {
                if (_taskService.UpdateCheckTask(command.Number, stationInfo).Result.Status)
                {
                    conveyorLine.SetValue(ConveyorLineDBName.ResponState, 1, stationInfo.stationChildCode);
                    _taskService.UpdatePosition(task.TaskNum, stationInfo.stationChildCode);
@@ -346,7 +347,8 @@
        /// <param name="ProtocalDetailValue">绾夸綋褰撳墠bool璇诲彇鍋忕Щ鍦板潃</param>
        public void ConveyorLineOutFinish(CommonConveyorLine conveyorLine, ConveyorLineTaskCommand command, Dt_StationManager stationInfo)
        {
            var task = _taskService.QueryExecutingTaskByBarcode(command.Number, stationInfo.stationChildCode);
            //var task = _taskService.QueryExecutingTaskByBarcode(command.Number, stationInfo.stationChildCode);
            var task = _taskService.QueryOutTaskByBarcode(command.Number);
            if (task != null)
            {
                if (task.TargetAddress == "2032" || task.TargetAddress == "2042")