From deaea1a59d90cdfafe69992ee1ab57329b61e6ad Mon Sep 17 00:00:00 2001 From: yangduo Date: Tue, 14 Jan 2025 17:54:21 +0800 Subject: [PATCH] 1 --- 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 eedd480..f1e8152 100644 --- a/webapp/controller/RechargeController.class.php +++ b/webapp/controller/RechargeController.class.php @@ -720,7 +720,7 @@ class RechargeController if (!$found) { array_push($dailypurchase, array( - 'id' => $shopconf['shop_id'], + 'id' => $itemconf['shop_id'], 'time' => $packtime, )); }