From 051bf6acdfa992a8dae08dd69b884e3fc8a1e4d3 Mon Sep 17 00:00:00 2001 From: leo <10200039@qq.com> Date: Wed, 10 May 2023 12:09:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E6=96=B0=E5=A2=9E=E8=B7=AF?= =?UTF-8?q?=E7=BA=BF=E6=9D=83=E9=99=90=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FactorySystemApi/Controllers/MaterialTeamworkController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FactorySystemApi/Controllers/MaterialTeamworkController.cs b/FactorySystemApi/Controllers/MaterialTeamworkController.cs index 0825fae..93e40f9 100644 --- a/FactorySystemApi/Controllers/MaterialTeamworkController.cs +++ b/FactorySystemApi/Controllers/MaterialTeamworkController.cs @@ -266,6 +266,8 @@ namespace FactorySystemApi.Controllers MaterialTaskBll.CloseMaterialTask(teamId, user.FID, 2); // 结束物料路线 MaterialTeamworkBll.CloseMaterialTeamwork(teamId, user.FID); + + result.Add("TaskId", task.FID); } else if((task = tasks.FindLast(t => t.FType == 1)) != null) {