更新 mes_in_sct/app/action/GetBatteryInfo.php

This commit is contained in:
james 2025-06-15 11:51:29 +08:00
parent 082a69eafe
commit 57851c8450

View File

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