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