From fff590e184e41aa1ca97ddac620fb37e63726129 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Wed, 3 May 2023 12:50:34 +0800 Subject: [PATCH] fixed --- home/controllers/h5/market/sylive2/Stic.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/controllers/h5/market/sylive2/Stic.php b/home/controllers/h5/market/sylive2/Stic.php index 423d1b07..47d53e20 100644 --- a/home/controllers/h5/market/sylive2/Stic.php +++ b/home/controllers/h5/market/sylive2/Stic.php @@ -178,10 +178,10 @@ class Stic extends Admin $browse_count = $group_row['browse'];//浏览数据 if ($this->a_id == 11) { $subscribe_count = $group_row['beforeOrderTotal'];//订阅数据 - $order_count = $group_user['orderTotal']; + $order_count = $group_row['orderTotal']; } else { $subscribe_count = $group_row['subscribe'];//订阅数据 - $order_count = $group_user['beforeOrderTotal'];//下单数 + $order_count = $group_row['beforeOrderTotal'];//下单数 } }