/**
  * 计算某些字段和
  *
  * @param  array  $field	//字段
  * @param  array  $where	//条件
  * @return array
  */
 public function sum($field = array(), $where = array(), $pot = '')
 {
     $this->switching($this->_idx_table, $pot);
     return parent::sum($field, $where);
 }