示例#1
0
 protected function sortAction()
 {
     $id = (int) waRequest::post('id');
     $after_id = (int) waRequest::post('after_id');
     $this->response = $this->sheet_model->move($id, $after_id);
 }