- Remove save tip of sort plan order.

This commit is contained in:
tianshujie
2024-05-10 15:12:42 +08:00
parent 5121fd3ec3
commit 729115e3f1
+1 -1
View File
@@ -516,7 +516,7 @@ class productplan extends control
/* Update the story order according to the plan. */
$this->loadModel('story')->sortStoriesOfPlan($planID, $storyIdList, $this->post->orderBy, $this->post->pageID, $this->post->recPerPage);
return $this->sendSuccess();
return $this->send(array('result' => 'success'));
}
/**