This commit is contained in:
yangduo 2025-01-14 15:38:36 +08:00
parent 859c4ecc56
commit 6833673bd2

View File

@ -549,7 +549,7 @@ class RechargeController
);
} else {
$daily_purchase = array();
if ($rechargerow['daily_purchase'] != null && $rechargerow['daily_purchase'] != '') {
if ($rechargerow['daily_purchase'] != NULL) {
$daily_purchase = json_decode($rechargerow['daily_purchase'], true);
}
$found = false;