This commit is contained in:
liumengyi
2022-08-29 14:40:00 +08:00
parent 6db1eac73f
commit 0c55777578
+2
View File
@@ -1718,6 +1718,8 @@ class story extends control
$storyIdList = $this->post->storyIdList;
$storyIdList = array_unique($storyIdList);
$this->story->replaceURLang($storyType);
/* Get edited stories. */
$stories = $this->story->getByList($storyIdList);
$productStoryList = array();