From b85334ff8e42bc372f5778ef5774f7fca93e6eb4 Mon Sep 17 00:00:00 2001 From: qixinzhi Date: Fri, 18 Oct 2024 01:23:08 +0000 Subject: [PATCH] * [bug] remove unused code. --- module/bi/model.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/module/bi/model.php b/module/bi/model.php index a8a6381fce..8b6154994c 100644 --- a/module/bi/model.php +++ b/module/bi/model.php @@ -1981,9 +1981,6 @@ class biModel extends model $index++; } - $lastRow = count($data->array) - 1; - $hasGroup = isset($data->groups); - $drills = !empty($data->drills) ? array_values($data->drills) : array(); foreach($data->array as $rowKey => $rowData) {