更新 mes_in_sct/app/action/GetBatteryInfo.php
Some checks failed
Run Unit Tests / test (pull_request) Failing after 9s
Some checks failed
Run Unit Tests / test (pull_request) Failing after 9s
This commit is contained in:
parent
a856480ca0
commit
f03d63b7d1
@ -34,7 +34,7 @@ class GetBatteryInfo
|
|||||||
WHERE battery_id='%s' ORDER BY id DESC LIMIT 1;",
|
WHERE battery_id='%s' ORDER BY id DESC LIMIT 1;",
|
||||||
$battery_id
|
$battery_id
|
||||||
);
|
);
|
||||||
$ret = Db::fetch($sql);
|
$ret = Db::fetch($sql2);
|
||||||
|
|
||||||
list($tray, $lot, $batch, $subbatch) = [
|
list($tray, $lot, $batch, $subbatch) = [
|
||||||
$ret['tray'],
|
$ret['tray'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user