删除id为123456的记录
$ids=array(1,2,3,4,5,6);$maps["id"] = array("in",$ids);$this->sortModel->where ( $maps )->delete ();