From ca7571548578c32bf0a72b269655f9baec1f6849 Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期五, 13 三月 2026 16:33:15 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/JiAnLiKu

---
 WMS/WIDESEA_WMSServer/WIDESEA_InboundService/Base/InboundOrderService.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/Base/InboundOrderService.cs b/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/Base/InboundOrderService.cs
index 3cfc3f8..a37ee14 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/Base/InboundOrderService.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/Base/InboundOrderService.cs
@@ -1110,7 +1110,7 @@
                     }
 
                     // 鏇存柊璁㈠崟鏄庣粏
-                    if (detailsToUpdate.Count > 0)
+                    if (detailsToUpdate.Count > 0)                             
                     {
                         _inboundRepository.InboundOrderDetailRepository.UpdateData(detailsToUpdate);
                     }
@@ -1152,7 +1152,7 @@
             WebResponseContent webResponseContent = new WebResponseContent();
             try
             {
-                var soussAddress = saveModel.MainData["soussAddress"];
+                var soussAddress = saveModel.MainData["soussAddress"]; 
                 var targetAddress = saveModel.MainData["targetAddress"];
 
                 Dt_StockInfo stockInfo = _stockRepository.StockInfoRepository.Db.Queryable<Dt_StockInfo>().Includes(x => x.Details).Where(x => x.PalletCode == soussAddress).First();

--
Gitblit v1.9.3