导出时列表重写了就调用重写的
This commit is contained in:
@@ -109,9 +109,9 @@ namespace Tnb.ProductionMgr
|
||||
.OrderByDescending(a => a.create_time)
|
||||
.Select((a, b, c) => new PrdReportUserListOutput
|
||||
{
|
||||
// id = a.id,
|
||||
// mo_task_id = b.mo_task_code,
|
||||
// equip_id = e.name,
|
||||
id = "",
|
||||
mo_task_id = "",
|
||||
equip_id = "",
|
||||
material_id = b.code+"/"+b.name,
|
||||
batch = a.batch,
|
||||
reported_qty = SqlFunc.AggregateSumNoNull(a.reported_qty),
|
||||
|
||||
Reference in New Issue
Block a user