Merge branch ztflow-sunguangming-dev/bug-62861#sunguangming of zentao/zentaopms (#8925)
This commit is contained in:
@@ -1224,7 +1224,7 @@ class pivotModel extends model
|
||||
public function addRowSummary(array $groupTree, array $data, array $groups, int $currentGroup = 0): array
|
||||
{
|
||||
$first = reset($groupTree);
|
||||
if(is_string($first))
|
||||
if(is_scalar($first))
|
||||
{
|
||||
$groupData = array();
|
||||
$rows = array();
|
||||
|
||||
Reference in New Issue
Block a user