* [bug] remove unused code.

This commit is contained in:
qixinzhi
2024-10-18 09:25:11 +08:00
committed by 宋辰轩
parent feb598f47a
commit b85334ff8e
-3
View File
@@ -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)
{