->field(['content','description'],true)
$jm = new \app\admin\model\cms\Job(); $job_list = $jm ->field(['content','description'],true) ->where($where) ->order("weigh desc") ->paginate(6,false,['query'=>$this->request->param()]);