model = new GamePackLog(); } /** * 批量打包 */ public function batchSave($data) { $res = $this->model->insertAll($data); return $res; } }