From a9c146b1b8e2b15a5d23330b1a4139ce1e314bf5 Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Tue, 8 Oct 2024 14:29:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=97=B6=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=87=8D=E5=86=99=E4=BA=86=E5=B0=B1=E8=B0=83=E7=94=A8=E9=87=8D?= =?UTF-8?q?=E5=86=99=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProductionMgr/Tnb.ProductionMgr/PrdReportUserListService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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),