Commit 99a910c5 authored by 蔡闯's avatar 蔡闯

1

parent 8b4f152c
......@@ -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['parking_price'] = Request::param('parking_price');
$data['parking_price'] = $where['park_price'] = Request::param('parking_price');
$data['parent_id'] = $buildInfo['parent_id'];
$is_inherit = Request::param('is_inherit',1); //物业费等是否继承上一级,1继承,0不继承
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment