From 1e88e5deed330a41d968c279b127f8092932f614 Mon Sep 17 00:00:00 2001 From: liu <1873441552@qq.com> Date: Sat, 22 Jun 2024 10:52:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E6=94=B6=E9=93=B6=E5=8F=B0?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/store/lists/store_order/StoreOrderLists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/lists/store_order/StoreOrderLists.php b/app/store/lists/store_order/StoreOrderLists.php index 3a3e8dcf3..dd36d7c29 100644 --- a/app/store/lists/store_order/StoreOrderLists.php +++ b/app/store/lists/store_order/StoreOrderLists.php @@ -77,7 +77,7 @@ class StoreOrderLists extends BaseAdminDataLists implements ListsSearchInterface } else { $item['product_info'] = []; } - + $item['total_count'] = count($item['product_info']); return $item; }) ->toArray();