* Finish task #8159.

This commit is contained in:
holan20180123
2020-10-12 16:17:47 +08:00
parent e0bf6af618
commit fecf78342f
+1
View File
@@ -3324,6 +3324,7 @@ class storyModel extends model
/* Merge to get a new sort list. */
$newSortIDList = array_merge($frontStoryIDList, $sortIDList, $behindStoryIDList);
if(strpos($orderBy, 'order_desc')) array_reverse($newSortIDList);
/* Loop update the story order of plan. */
$order = 1;