From a6dfcbcd46726b4986065965e2bb386e2f2ce1e9 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期一, 29 七月 2024 18:09:24 +0800
Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024

---
 Tiger.Business/MES/Biz.WorkBatch.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Tiger.Business/MES/Biz.WorkBatch.cs b/Tiger.Business/MES/Biz.WorkBatch.cs
index 4e4fec1..0fc4b63 100644
--- a/Tiger.Business/MES/Biz.WorkBatch.cs
+++ b/Tiger.Business/MES/Biz.WorkBatch.cs
@@ -226,7 +226,7 @@
             /// <returns></returns>
             public ApiAction<SubmitOutput> CanGotoNext(SubmitInput input, MES_WIP_DATA wipSN, MES_WO_NODE nextNode)
             {
-                var action = new ApiAction<SubmitOutput>();
+                var action = new ApiAction<SubmitOutput>(new SubmitOutput());
 
                 //鏉$爜鍦ㄦ湰宸ュ崟绗竴娆¤繃绔�
                 if (wipSN.NODE_ID.IsNullOrEmpty())

--
Gitblit v1.9.3