createRegion(); } /** * 写入默认区域数据 * @return void * @throws \think\db\exception\DbException */ private function createRegion() { // 检查数据 $table = 'base_postage_region'; if (Library::$sapp->db->table($table)->count() > 0) return; // 写入数据 $this->execute(<<