* [story#67750,0.5h] fix error.

This commit is contained in:
qixinzhi
2024-11-01 14:30:59 +08:00
committed by 谢杞钰
parent 29c168b757
commit cd2334ed86
+1 -1
View File
@@ -1294,7 +1294,7 @@ class pivotModel extends model
$groupValue = $getGroupValue($record, $group, $groupIndex);
$groupValueStr = implode('_', $groupValue);
if($groupValue[0] != '$total$' && $groupValueStr == $lastGroupValue[$group])
if($groupValue[0] != '$total$' && $groupValueStr == $lastGroupValue[$group] && isset($groupsRowSpan[$group]))
{
$groupRowSpan = array_pop($groupsRowSpan[$group]);
$groupRowSpan['index'][] = $index;