From 909162e3ada59d8896e10197839c2f8efc60cefb Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com> Date: 星期六, 22 三月 2025 11:08:54 +0800 Subject: [PATCH] 1 --- CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs | 25 ------------------------- 1 files changed, 0 insertions(+), 25 deletions(-) diff --git a/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs b/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs index 1fd2cbc..bce3b1b 100644 --- a/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs +++ b/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs @@ -636,31 +636,6 @@ try { - Dt_Task taskNews = new Dt_Task - { - CurrentAddress = input.Position, - Grade = 1, - Roadway = "CWSC1", - TargetAddress = "CWSC1", - Dispatchertime = DateTime.Now, - MaterialNo = "", - NextAddress = "CWSC1", - OrderNo = null, - PalletCode = input.PalletCode, - SourceAddress = input.Position, - TaskState = (int)TaskInStatusEnum.InNew, - TaskType = (int)TaskInboundTypeEnum.InTray, - TaskNum = await BaseDal.GetTaskNo(), - Creater = "Systeam", - ProductionLine = input.ProductionLine, - //ProcessCode = processCode - }; - - var taskDTOs = CreateTaskDTO(taskNews); - BaseDal.AddData(taskNews); - return content.OK(data: taskDTOs); - - // 鏌ヨ浠诲姟 var task = await QueryTaskByPalletCode(input.PalletCode); if (task != null) -- Gitblit v1.9.3