From 8c0a23215f8311bd377c9aaf46e0f17eac91c690 Mon Sep 17 00:00:00 2001 From: zhoukeda <1315948824@qq.com> Date: Wed, 28 Jun 2023 14:38:32 +0800 Subject: [PATCH] bug --- ProductionMgr/Tnb.ProductionMgr/PrdTaskManageService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdTaskManageService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdTaskManageService.cs index 6501a0e1..6e2d5482 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdTaskManageService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdTaskManageService.cs @@ -281,7 +281,8 @@ namespace Tnb.ProductionMgr // prd_qty = a.prd_qty, eqp_code = d.code, workline_name = f.FullName, - process_name = g.process_name + process_name = g.process_name, + process_id = a.process_id }).FirstAsync(); return prdTask;