From def682731c458d47002a8f16d95ec43f6921eb37 Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Fri, 8 Nov 2024 08:43:01 +0800 Subject: [PATCH] 1 --- DOAN.Service/PBL/MESInteractionServcie.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOAN.Service/PBL/MESInteractionServcie.cs b/DOAN.Service/PBL/MESInteractionServcie.cs index 8b0fdd3..149afe1 100644 --- a/DOAN.Service/PBL/MESInteractionServcie.cs +++ b/DOAN.Service/PBL/MESInteractionServcie.cs @@ -110,7 +110,7 @@ namespace DOAN.Service.PBL if (isSuccess) { - storagelocation.IsLight = 1; + storagelocation.IsLight = 0; storagelocation.PackageNum =storagelocation.PackageNum - 1; //3 扣减对应的库存 Context.Insertable(storagelocation).ExecuteCommand();