$this->db->start(); Swoole::$php->db('slave2')->start();
$this->db->commit(); Swoole::$php->db('slave2')->commit();
$this->db->rollback(); Swoole::$php->db('slave2')->rollback();