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