public function listorders() { $status = parent::_listorders($this->link_obj); if ($status) { $this->success("排序更新成功!"); } else { $this->error("排序更新失败!"); } }
public function listorders() { $status = parent::_listorders($this->terms_relationship); if ($status) { $this->success("排序更新成功!"); } else { $this->error("排序更新失败!"); } }