This commit is contained in:
wangyidong
2024-07-04 10:32:54 +08:00
committed by 田淑杰
parent 159a049cdb
commit bd01024183
+2
View File
@@ -3997,6 +3997,8 @@ class storyModel extends model
*/
public function getMergeTrackCells(array $tracks, array $showCols): array
{
if(empty($tracks)) return array();
$storyCols = array();
foreach($showCols as $colType)
{