This commit is contained in:
wangyuting2
2023-04-27 18:21:05 +08:00
parent 7f91124fa0
commit b5e176871d
+1 -1
View File
@@ -594,7 +594,7 @@ class screenModel extends model
{
for($k = 1; $k < $rowspan; $k ++)
{
if(isset($dataset[$i + $k][$j])) unset($dataset[$i + $k][$j]);
unset($dataset[$i + $k][$j]);
}
}
}