This commit is contained in:
yangduo 2025-01-14 15:14:05 +08:00
parent ace399c903
commit 859c4ecc56

View File

@ -550,7 +550,7 @@ class RechargeController
} else {
$daily_purchase = array();
if ($rechargerow['daily_purchase'] != null && $rechargerow['daily_purchase'] != '') {
json_decode($rechargerow['daily_purchase'], true);
$daily_purchase = json_decode($rechargerow['daily_purchase'], true);
}
$found = false;
foreach ($daily_purchase as $key => $dailyitem) {