From 33f57ea7a91658007d04c12ddfc16ecea2a6445a Mon Sep 17 00:00:00 2001 From: james Date: Sun, 15 Jun 2025 01:14:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20mes=5Fin=5Fsct/app/action/?= =?UTF-8?q?SetWipOutputByItemId.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mes_in_sct/app/action/SetWipOutputByItemId.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mes_in_sct/app/action/SetWipOutputByItemId.php b/mes_in_sct/app/action/SetWipOutputByItemId.php index a28259c..b46d573 100644 --- a/mes_in_sct/app/action/SetWipOutputByItemId.php +++ b/mes_in_sct/app/action/SetWipOutputByItemId.php @@ -162,7 +162,7 @@ class SetWipOutputByItemId throw new Exception("批次[" . $batch . "]不存在子批次信息,请检查批次是否已创建"); } $subbatch = $ret['subbatch']; - $process = json_decode($ret['process'], true); + $process2 = json_decode($ret['process'], true); // 拿到工序编码 foreach ($process as $key => $val) { if ($val[4] == $workingsubclass) {