liuwf 9 months ago
parent 0f4ae8e9ce
commit 688b755da9

@ -325,7 +325,7 @@ namespace Aucma.Core.ProductOffLine.ViewModels
{
if (list == null) return;
// 当日下线记录
List<OffLineInfo> offList = _offLineInfoServices.QueryAsync(x => x.ProductScanTime >= listTime[0].startTime && x.ProductScanTime <= listTime[11].startTime).Result;
List<OffLineInfo> offList = _offLineInfoServices.QueryAsync(x => x.ProductScanTime >= listTime[0].startTime && x.ProductScanTime <= listTime[11].startTime && x.ProductLineCode == "CX_02").Result;
Application.Current.Dispatcher.Invoke(() =>
{

Loading…
Cancel
Save