导出时列表重写了就调用重写的

This commit is contained in:
2024-10-08 14:29:27 +08:00
parent 63a565a9db
commit a9c146b1b8

View File

@@ -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),