From 6833673bd2e3e4be2439739c45f9647bd6193d19 Mon Sep 17 00:00:00 2001 From: yangduo Date: Tue, 14 Jan 2025 15:38:36 +0800 Subject: [PATCH] fix --- webapp/controller/RechargeController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/RechargeController.class.php b/webapp/controller/RechargeController.class.php index 09dc60e..867d5e6 100644 --- a/webapp/controller/RechargeController.class.php +++ b/webapp/controller/RechargeController.class.php @@ -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;