diff --git a/app/shequ/controller/Build.php b/app/shequ/controller/Build.php
index b424afd519282ac00f2f74f4fae23bb08d68983f..a23d4fce788b589a742606026293b991214ff866 100644
--- a/app/shequ/controller/Build.php
+++ b/app/shequ/controller/Build.php
@@ -151,7 +151,7 @@ class Build extends Base
         $data['water_price'] = $where['water_price'] = Request::param('water_price');
         $data['electric_price'] = $where['electric_price'] = Request::param('electric_price');
         $data['gas_price'] = $where['gas_price'] = Request::param('gas_price');
-        $data['parking_price'] = $where['park_price'] = Request::param('parking_price');
+        $data['parking_price'] = $where['parking_price'] = Request::param('parking_price');
         $data['parent_id'] = $buildInfo['parent_id'];
 
         $is_inherit = Request::param('is_inherit',1); //物业费等是否继承上一级,1继承,0不继承