diff --git a/Application/Admin/Controller/PromoteController.class.php b/Application/Admin/Controller/PromoteController.class.php
index b614a3a2d..c16003a1b 100644
--- a/Application/Admin/Controller/PromoteController.class.php
+++ b/Application/Admin/Controller/PromoteController.class.php
@@ -193,6 +193,7 @@ unset($_REQUEST['parent_id']);
empty(I('post.password')) ? : $data['password'] =I('post.password');
empty(I('post.second_pwd')) ? : $data['second_pwd'] =I('post.second_pwd');
empty(I('post.status')) ? : $data['status'] =I('post.status');
+ empty(I('post.child_game_permission')) ? : $data['child_game_permission'] =I('post.child_game_permission');
empty(I('post.mark1')) ? : $data['mark1'] =I('post.mark1');
empty(I('post.mark2')) ? : $data['mark2'] = I('post.mark2');
$data['ba_id'] = I('ba_id');
diff --git a/Application/Admin/View/Promote/edit.html b/Application/Admin/View/Promote/edit.html
index a6383bec5..1cafd2b15 100644
--- a/Application/Admin/View/Promote/edit.html
+++ b/Application/Admin/View/Promote/edit.html
@@ -66,6 +66,21 @@
+
+
+ 下级游戏展示:
+
+
+
+
+
+
+