From 85d9ca4ec972ce4d020db046d930e8991709ae2d Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期一, 03 十一月 2025 17:14:49 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/AspNetCoreSchedule.cs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/AspNetCoreSchedule.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/AspNetCoreSchedule.cs"
index f938292..65df8fc 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/AspNetCoreSchedule.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/AspNetCoreSchedule.cs"
@@ -88,7 +88,7 @@
                             MaterialNo = item.鏂欏彿,
                             MaterialName = item.鍝佸悕,
                             Weight = item.鍗曢噸,
-                            WareHouseId = item.瀛樺偍鍦扮偣ID,
+                            WareHouseId = item.鍏ュ簱浠撳簱缂栫爜,
                             Specs = item.瑙勬牸,
                             Unit = item.鍗曚綅,
                             Texture = item.鐢ㄥ弸鏉愯川,
@@ -118,6 +118,7 @@
                             x.Texture = item.鐢ㄥ弸鏉愯川;
                             x.Quantity = item.鍏ュ簱鏁伴噺;
                             x.OrderStatus = item.鍗曟嵁鐘舵��;
+                            x.WareHouseId = item.鍏ュ簱浠撳簱缂栫爜;
                             inboundOrderUpdate.Add(x);
                         }
                     }
@@ -307,12 +308,12 @@
 
                 if (inboundOrderAdd.Count > 0)
                 {
-                    PrintInbound(inboundOrderAdd);
+                    //PrintInbound(inboundOrderAdd);
                     _inboundOrderRepository.AddData(inboundOrderAdd);
                 }
                 if (inboundOrderUpdate.Count > 0)
                 {
-                    PrintInbound(inboundOrderUpdate);
+                    //PrintInbound(inboundOrderUpdate);
                     _inboundOrderRepository.UpdateData(inboundOrderUpdate);
                 }
 

--
Gitblit v1.9.3