From 7ad4c76e91735cf3333c8bc0d2016bacf6ae7d04 Mon Sep 17 00:00:00 2001 From: z8018 <1282578289@qq.com> Date: 星期二, 01 四月 2025 11:22:38 +0800 Subject: [PATCH] 更新 --- 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/Task_HtyService.cs | 30 +----------------------------- 1 files changed, 1 insertions(+), 29 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/Task_HtyService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/Task_HtyService.cs" index 94e6699..0128350 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/Task_HtyService.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/Task_HtyService.cs" @@ -60,35 +60,7 @@ _taskExecuteDetailRepository = taskExecuteDetailRepository; _mapper = mapper; } - public WebResponseContent AddTaskHty(Dt_Task task) - { - WebResponseContent content = new WebResponseContent(); - Dt_Task_hty task_Hty = new Dt_Task_hty() - { - TaskNum = task.TaskNum, - PalletCode = task.PalletCode, - Roadway = task.Roadway, - TaskType = task.TaskType, - TaskState = task.TaskState, - SourceAddress = task.SourceAddress, - TargetAddress = task.TargetAddress, - CurrentAddress = task.CurrentAddress, - NextAddress = task.NextAddress, - ExceptionMessage = task.ExceptionMessage, - Grade = task.Grade, - WMSId = task.WMSId, - Creater = task.Creater, - TaskId = task.TaskId, - CreateDate = task.CreateDate, - Dispatchertime = task.Dispatchertime, - Remark = task.Remark, - Modifier = task.Modifier, - ModifyDate = DateTime.Now, - PalletCodequantity = task.PalletCodequantity, - }; - BaseDal.AddData(task_Hty); - return content; - } + public static List<string> MaterialCuttingOutletList = new List<string>() { "B102", "B202" , "B402" , "A203" , "A403", "A603", "A803"}; public static List<string> EdgeBandingCuttingOutletList = new List<string>() { "F20", "F21"}; -- Gitblit v1.9.3