From 1630f0dbdae793427744548d38bcce9793aec3d6 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 09 二月 2026 09:44:04 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/SuZhouGuanHong/ShanMeiXinNengYuan

---
 Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs
index db183dd..638f58c 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs
@@ -74,23 +74,6 @@
                 Details = details
             };
 
-            //Dt_Task dt_Task = new Dt_Task()
-            //{
-            //    TaskNum = 0,
-            //    PalletCode = stock.PalletNo,
-            //    PalletType = 1,
-            //    Roadway = "1",
-            //    TaskType = TaskTypeEnum.Inbound.GetHashCode(),
-            //    TaskStatus = TaskStatusEnum.New.GetHashCode(),
-            //    SourceAddress = stock.LineNo,
-            //    TargetAddress = "缁勭洏鍖�",
-            //    CurrentAddress = stock.LineNo,
-            //    NextAddress = "缁勭洏鍖�",
-            //    WarehouseId = 1,
-            //    Grade = 1,
-            //    Creater = "system",
-            //};
-
             return StockInfoService.Repository.AddData(entity, x => x.Details);
         }
 

--
Gitblit v1.9.3