0], ]; } /** * @param $id * @return Jiangchi */ public static function findByID($id) { return self::findOne(['id' => $id]); } }