From 378d7849afde29a36f121d2c18b39511efe4293f Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期五, 13 三月 2026 16:30:29 +0800
Subject: [PATCH] 1
---
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