更新 mes_in_sct/app/action/SetWipOutputByItemId.php
All checks were successful
Run Unit Tests / test (pull_request) Successful in 6s
All checks were successful
Run Unit Tests / test (pull_request) Successful in 6s
This commit is contained in:
parent
33f57ea7a9
commit
707c75e816
@ -162,7 +162,7 @@ class SetWipOutputByItemId
|
||||
throw new Exception("批次[" . $batch . "]不存在子批次信息,请检查批次是否已创建");
|
||||
}
|
||||
$subbatch = $ret['subbatch'];
|
||||
$process2 = json_decode($ret['process'], true);
|
||||
$process = json_decode($ret['process'], true);
|
||||
// 拿到工序编码
|
||||
foreach ($process as $key => $val) {
|
||||
if ($val[4] == $workingsubclass) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user