* [bug#54096,done,1h,0h] Fix batchcreate params error.

This commit is contained in:
wangyuting
2024-08-16 11:25:12 +08:00
committed by 胡方舟
parent dfe624fc66
commit 131c690b66
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -508,7 +508,7 @@ class taskModel extends model
/* Update Kanban and story stage. */
if($task->story) $this->story->setStage($task->story);
$this->updateKanbanForBatchCreate($taskID, $executionID, $laneID, $columnID);
$this->updateKanbanForBatchCreate($taskID, $executionID, $laneID, (int)$columnID);
$taskIdList[$taskID] = $taskID;
}