/**
  * 返回符合条件的数据数
  *
  * @param string $conditions
  * @return int
  */
 public function findCount($conditions = null)
 {
     return parent::findCount($this->trueTableName, $conditions);
 }