From f9d7694d27475954449ce3073938af98a4798b07 Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期五, 18 七月 2025 17:37:24 +0800 Subject: [PATCH] 修复去线边的任务,完成后自动解绑失败的问题 --- core/Monitor.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/core/Monitor.cs b/core/Monitor.cs index e81d5fd..2d85a2e 100644 --- a/core/Monitor.cs +++ b/core/Monitor.cs @@ -226,6 +226,7 @@ ITEMCODE = woInfo.S_ITEM_CODE, LOGINNAME = woInfo.S_LINE_NO, SHIFT = "None", + STARTLOC = startLoc.S_CODE, }; SpecHelper.InsertInventoryM(target); }); @@ -426,6 +427,7 @@ ITEMCODE = cginfo.S_ITEM_CODE, LOGINNAME = "鑷姩杞", SHIFT = "鏃�, + STARTLOC = startLoc.S_CODE, }; SpecHelper.InsertInventoryM(target); }); @@ -520,6 +522,7 @@ ITEMCODE = outTimeCg.S_ITEM_CODE, LOGINNAME = "杩囨湡鍚堟牸鍥炲簱杞", SHIFT = "None", + STARTLOC = startLoc_2.S_CODE, }; SpecHelper.InsertInventoryM(target); }); -- Gitblit v1.9.1