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, )); }