where('org_id',$orgId) ->field('id,title') ->order('id asc') ->select(); return $lists?$lists->toArray():[]; } }