* [task#140281,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-03-31 11:06:51 +08:00
committed by 田淑杰
parent 7ebdf00456
commit e9a0656ab3
+1 -1
View File
@@ -44,7 +44,7 @@ foreach($kanbanGroup as $index => $group)
$kanbanGroup[$index] = $group;
}
$laneCount += count($kanbanGroup);
if(!empty($kanbanGroup)) $laneCount += count($kanbanGroup);
$checkObject = new stdclass();
$checkObject->execution = $executionID;