处理收银台数量统计

This commit is contained in:
liu 2024-06-22 10:52:31 +08:00
parent d4db924410
commit 1e88e5deed

View File

@ -77,7 +77,7 @@ class StoreOrderLists extends BaseAdminDataLists implements ListsSearchInterface
} else { } else {
$item['product_info'] = []; $item['product_info'] = [];
} }
$item['total_count'] = count($item['product_info']);
return $item; return $item;
}) })
->toArray(); ->toArray();