更新 mes_in_sct/app/action/GetBatteryInfo.php
This commit is contained in:
parent
082a69eafe
commit
57851c8450
@ -34,7 +34,7 @@ class GetBatteryInfo
|
||||
WHERE battery_id='%s' ORDER BY id DESC LIMIT 1;",
|
||||
$battery_id
|
||||
);
|
||||
$ret = Db::fetch($sql);
|
||||
$ret = Db::fetch($sql2);
|
||||
|
||||
list($tray, $lot, $batch, $subbatch) = [
|
||||
$ret['tray'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user