* Modify story linked data type.

This commit is contained in:
caoyanyi
2023-04-24 15:48:10 +08:00
parent c3d3a940fc
commit 2db08abb3e
+1 -1
View File
@@ -3319,7 +3319,7 @@ class executionModel extends model
$data->branch = $storyList[$storyID]->branch;
$data->story = $storyID;
$data->version = $versions[$storyID];
$data->order = ++$lastOrder;
$data->order = (int)++$lastOrder;
$this->dao->replace(TABLE_PROJECTSTORY)->data($data)->exec();
$this->story->setStage($storyID);