|
|
|
@ -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');
|
|
|
|
|