From d7a2c17fdb9a2e93ad8847d034fda270db242b86 Mon Sep 17 00:00:00 2001 From: xueyingcheng Date: Tue, 19 Dec 2017 10:20:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=8D=95No.137215?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BWP.B3_YunKen.Web/Pages/B3YunKen/Bill/GoodsPackageSet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BWP.B3_YunKen.Web/Pages/B3YunKen/Bill/GoodsPackageSet.cs b/BWP.B3_YunKen.Web/Pages/B3YunKen/Bill/GoodsPackageSet.cs index 762e069..2a3615a 100644 --- a/BWP.B3_YunKen.Web/Pages/B3YunKen/Bill/GoodsPackageSet.cs +++ b/BWP.B3_YunKen.Web/Pages/B3YunKen/Bill/GoodsPackageSet.cs @@ -193,7 +193,7 @@ namespace BWP.Web.Pages.B3YunKen.Bill dom.Where.Conditions.Add(DQCondition.IsNotNull(DQExpression.Field(goods, "ID"))); //不显示停用存货 - dom.Where.Conditions.Add(DQCondition.InEQ(DQExpression.Field(goods, "Stopped"), DQExpression.Value(0))); + dom.Where.Conditions.Add(DQCondition.InEQ(DQExpression.Field(goods, "Stopped"), DQExpression.Value(1))); return dom; }