更新 mes_in_sct/app/action/SetWipOutputByItemId.php
Some checks failed
Run Unit Tests / test (pull_request) Failing after 9s

This commit is contained in:
james 2025-06-15 01:14:02 +08:00
parent 7a3a359c20
commit 33f57ea7a9

View File

@ -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) {