$query_db = $this->get(1); 是否可以 $query_db->user_id 或者$query_db['user_id']
$query_db->getAttr('user_id');
$this->getAttr('user_query_id');