diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdReportUserListService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdReportUserListService.cs index d1572867..b2b5ab9e 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdReportUserListService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdReportUserListService.cs @@ -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),