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

This commit is contained in:
james 2025-06-15 15:01:23 +08:00
parent a856480ca0
commit f03d63b7d1

View File

@ -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'],