/**
  * 取得用于读的数据库对象
  *
  * @return MooMySQL
  */
 private function getReadConn()
 {
     return self::$conn_manager->getReadConnection();
 }