任务下发增加主表编码
This commit is contained in:
@@ -133,6 +133,7 @@ namespace Tnb.ProductionMgr
|
||||
reported_work_qty = a.reported_work_qty,
|
||||
scrap_qty = a.scrap_qty,
|
||||
batch = a.is_hand_set_batch==1 ? a.batch : "",
|
||||
mo_code=f.mo_code
|
||||
}).OrderByDescending(a => a.create_time).ToPagedListAsync(input.currentPage, input.pageSize);
|
||||
|
||||
List<string> userIdList = result.list.Select(x => x.dayshift_worker_id).Distinct().ToList();
|
||||
|
||||
Reference in New Issue
Block a user