From df03a2ab71e26e404af2cd8d70692c748e0e7054 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期四, 23 十月 2025 21:58:47 +0800
Subject: [PATCH] 添加温度设备表,以及小车报警表

---
 新建文件夹/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs"
index 92c8eb7..04a2ab7 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs"
@@ -662,8 +662,8 @@
                     if (mainOrder == null) continue;
 
                     var location = Db.Queryable<Dt_InventoryInfo>()
-                    .Where(x => x.MaterielCode == materielCode
-                             && x.BatchNo == batchNo
+                    .Where(x => x.MaterielCode == ""//materielCode
+                             && x.BatchNo == ""//batchNo
                              && x.StockQuantity > 0)
                     .OrderBy(x => x.InDate) // 鎸夊叆搴撴椂闂存帓搴�
                     .First();

--
Gitblit v1.9.3