wangxinhui
2025-12-29 d0cc37c3c11859cc55f30624692dca55be2b8a32
项目代码/WCS/WCSServices/WIDESEAWCS_Server/Controllers/AGV/AGVController.cs
@@ -278,6 +278,10 @@
                                _taskService.UpdateTask(task, TaskStatusEnum.AGV_Finish);
                                PutFinish(oldAddress, task.TaskNum);
                            }
                            else if (task.TaskType == TaskTypeEnum.WFBLMYLBackInbound.ObjToInt() || task.TaskType == TaskTypeEnum.WFBYLInbound.ObjToInt())
                            {
                                _taskService.TaskCompleted(task.TaskNum);
                            }
                            else
                            {
                                task.CurrentAddress = dt_Station.StationCode;
@@ -511,7 +515,7 @@
        /// <summary>
        /// 鑾峰彇妗佹灦鏀炬枡淇″彿
        /// </summary>
        public W_TrussCartonDB GetCartonPut(string StationCode)
        private W_TrussCartonDB GetCartonPut(string StationCode)
        {
            switch (StationCode)
            {
@@ -534,7 +538,7 @@
        /// <summary>
        /// 鑾峰彇妗佹灦璇锋眰淇″彿
        /// </summary>
        public W_TrussCartonDB GetCartonRequest(string StationCode)
        private W_TrussCartonDB GetCartonRequest(string StationCode)
        {
            switch (StationCode)
            {
@@ -558,7 +562,7 @@
        /// <summary>
        /// 鑾峰彇妗佹灦杩涘叆淇″彿
        /// </summary>
        public R_TrussCartonDB GetCarton(string StationCode)
        private R_TrussCartonDB GetCarton(string StationCode)
        {
            switch (StationCode)
            {