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();