From 6a2f1133be55d239bb30ea57416fbeeefad57a1c Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Tue, 3 Apr 2018 11:21:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ButcherFactory.Form/CarcassInStore_/CarcassInStoreForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ButcherFactory.Form/CarcassInStore_/CarcassInStoreForm.cs b/ButcherFactory.Form/CarcassInStore_/CarcassInStoreForm.cs index ede83b7..e047099 100644 --- a/ButcherFactory.Form/CarcassInStore_/CarcassInStoreForm.cs +++ b/ButcherFactory.Form/CarcassInStore_/CarcassInStoreForm.cs @@ -235,7 +235,7 @@ namespace ButcherFactory.CarcassInStore_ { if (netStateWatch1.NetState) { - var list = needSubmitedList.Where(x => x.BeforeWeight == null); + var list = needSubmitedList.Where(x => x.BeforeWeight == null).Take(5); if (list.Any()) { var back = CarcassInStoreBL.GetBeforeWeight(list.Select(x => x.BarCode));