人员产量统计表 注塑质量不合格倒扣

This commit is contained in:
2024-09-30 09:51:52 +08:00
parent 7bbddae5cb
commit 884c23b753
6 changed files with 50 additions and 29 deletions

View File

@@ -130,6 +130,7 @@ namespace Tnb.ProductionMgr
dayshiftafter_worker_id = a.dayshiftafter_worker_id,
nightshift_worker_id = a.nightshift_worker_id,
nightshiftafter_worker_id = a.nightshiftafter_worker_id,
rqty = a.scrap_qty
}).OrderByDescending(a => a.create_time).ToPagedListAsync(input.currentPage, input.pageSize);
List<string> userIdList = result.list.Select(x => x.dayshift_worker_id).Distinct().ToList();