This commit is contained in:
yangduo 2025-01-15 11:42:51 +08:00
parent a45c227e65
commit 921148d632

View File

@ -817,7 +817,7 @@ class RechargeController
foreach ($dailypurchase as $key => $val) { foreach ($dailypurchase as $key => $val) {
if ($val['time'] < $daysecs) { if ($val['time'] < $daysecs) {
unset($dailypurchase['$key']); unset($dailypurchase[$key]);
} }
} }
} }